Package Details: hamlib 1.2.15.3-2

Package Base: hamlib
Description: Ham radio equipment control libraries
Upstream URL: http://hamlib.org
Category: lib
Licenses: GPL LGPL
Submitter: Allan
Maintainer: maze
Last Packager: None
Votes: 29
First Submitted: 2008-12-19 03:41
Last Updated: 2014-04-22 13:43

Latest Comments

Comment by AIM54Phoenix

2015-02-03 09:39

gpg-signatures are corrupted, hamlib.org leads to a dead sourceforge-link.

Comment by Nycroth

2014-05-27 15:40

Just tried to install hamlib but got the error "line 40: cd: /home/keller/downloads/hamlib/pkg/hamlib/usr/lib/perl5/site_perl/: No such file or directory". There is no perl directory in the lib directory. There is one for hamlib and another for pkgconfig. What should I do?

Comment by maze

2014-04-22 13:44

Updated package to reflect the new packaging standards for binary locations.

Comment by phillid

2014-02-13 03:02

Description should contain 'Ham' not 'HAM' :)

Comment by AxPU

2013-06-10 21:38

The easiest way seems to be to append the following commands to the end of the package() section of the PKGBUILD

mv $pkgdir/usr/sbin/rpc.rigd $pkgdir/usr/bin/rpc.rigd
mv $pkgdir/usr/sbin/rpc.rotd $pkgdir/usr/bin/rpc.rotd
rm -d $pkgdir/usr/sbin

Maybe there is a better/more elegant way but this does work here!

Comment by swiftgeek

2013-06-03 14:05

please move those to /usr/bin
hamlib /usr/sbin/rpc.rigd
hamlib /usr/sbin/rpc.rotd

Comment by nickoe

2013-04-30 19:38

I have found that I had to unset PERL_MM_OPT to build.

Comment by ur6lad

2013-02-13 06:02

1.2.15.3

Comment by CarstenF

2013-02-09 09:07

A newer version of hamlib is available.
The new version has the releas number 1.2.15.3
Please update the PKGBUILD to the new Version
Thanks.
vy 73 Carsten, DL1CAF

Comment by rasteenb

2012-07-06 14:31

rpcgen has the location of "cpp" hardcoded, and that location is currently wrong (in arch).

Add the following line to the PKGBUILD directly before the "make" line.

sed -i 's|= rpcgen|= rpcgen -Y /usr/bin|' */Makefile

Details available at https://bbs.archlinux.org/viewtopic.php?id=144555

Comment by ur6lad

2012-03-26 19:31

Done.

Comment by asdil12

2012-03-26 09:59

please switch download from https to http - https fails with:
Unknown SSL protocol error in connection to downloads.sourceforge.net:443

Comment by ur6lad

2012-02-26 07:30

1.2.15

Anonymous comment

2012-02-19 14:27

Flagged out-of-date
Version 1.2.15 released 2012-02-02

New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A, DttSP UDP, TM-D710
New rotator backends: Celestron (telescope mount)
Fixes and features: K3, various other rigs
Update LGPL/GPL header boilerplate
Quell various compiler errors
Add CM108 PTT capability

Comment by vic.pozd

2011-12-30 19:09

I has error:
Only one of PREFIX or INSTALL_BASE can be given. Not both.

Comment by ur6lad

2011-09-23 22:33

Update source link

Comment by ur6lad

2011-08-10 06:53

1.2.14.

Anybody use USRP? Hamlib supports it.

Comment by ur6lad

2011-03-11 22:24

Fix it.

Tnx!

Anonymous comment

2011-03-11 09:18

The PKBUILD is incompatible with python3, but the simple solution is to set the environment for python2. I built OK with 2.7 (2.5 also works) by adding this line to the top of build:

export PYTHON="/usr/bin/python2.7"

Comment by AxPU

2010-08-04 22:39

Thank you, compiles and works fine now here!

Comment by ur6lad

2010-08-03 22:33

Hm-m-m. I looked in the package: files from site_perl/current there. But when I run makepkg I have the same error with mv.

I rewrite this piece of PKGBUILD.

Comment by AxPU

2010-08-03 18:47

makepackage hangs at the following steps:

# fix perl module location
cd $pkgdir/usr/lib/perl5/site_perl/
mkdir current/
mv ?.?*.?/* current/
rmdir ?.?*.?

Reason: ?.?*.?/* seemingly points to nothing.

Uncommenting the whole block allows compiling without error but I cannot try the compiled version at the moment since I need my system working for the next two weeks so I`ll rather stay with the previus running version for the moment. Can you confirm if this stepp is still necessary or is it an artefact of previous versions of hamlib?

Comment by ur6lad

2010-06-14 20:17

1.2.11

Tnx to SamuelJones!

Anonymous comment

2010-06-13 18:23

http://aur.pastebin.com/BFSdm9Aq

is a working PKGBUILD based upon UR2LAD's to make hamlib-1.2.11