Browse Source
ham/hamlib: Updated for version 3.1 + new maintainer.
ham/hamlib: Updated for version 3.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/47/head
committed by
Willy Sudiarto Raharjo
4 changed files with 62 additions and 27 deletions
-
16ham/hamlib/README
-
51ham/hamlib/hamlib.SlackBuild
-
12ham/hamlib/hamlib.info
-
10ham/hamlib/slack-desc
@ -1,5 +1,13 @@ |
|||||
hamlib (the ham radio control libraries) |
|
||||
|
Hamlib (the ham radio control libraries) |
||||
|
|
||||
|
Hamlib is a development effort to provide a consistent C language |
||||
|
interface for programmers wanting to incorporate radio controls |
||||
|
in their programs. Network daemons for radio and rotator control, |
||||
|
along with language bindings for C++, Perl, Python, and TCL are |
||||
|
included. |
||||
|
|
||||
|
Although this release of Hamlib includes an Lua language binding, |
||||
|
the lua package from slackbuilds.org is 5.1.5 but 5.2 or newer |
||||
|
is required. Consequently, the Lua binding has not been included |
||||
|
in this Slackbuild script. |
||||
|
|
||||
hamlib is a development effort to provide a consistent interface |
|
||||
for programmers wanting to incorporate radio controls in their |
|
||||
programs. |
|
||||
@ -1,10 +1,10 @@ |
|||||
PRGNAM="hamlib" |
PRGNAM="hamlib" |
||||
VERSION="1.2.15" |
|
||||
HOMEPAGE="http://sourceforge.net/apps/mediawiki/hamlib/index.php?title=Main_Page" |
|
||||
DOWNLOAD="http://downloads.sourceforge.net/hamlib/hamlib-1.2.15.tar.gz" |
|
||||
MD5SUM="8c10041b75d41a8b585a78fd14564387" |
|
||||
|
VERSION="3.1" |
||||
|
HOMEPAGE="http://www.hamlib.org" |
||||
|
DOWNLOAD="https://sourceforge.net/projects/hamlib/files/hamlib/3.1/hamlib-3.1.tar.gz" |
||||
|
MD5SUM="01aaf7dd84468a2fd492bf373f51bc4b" |
||||
DOWNLOAD_x86_64="" |
DOWNLOAD_x86_64="" |
||||
MD5SUM_x86_64="" |
MD5SUM_x86_64="" |
||||
REQUIRES="" |
REQUIRES="" |
||||
MAINTAINER="Howard Pepper" |
|
||||
EMAIL="h_pepper <at> bellsouth {dot} net" |
|
||||
|
MAINTAINER="Nate Bargmann" |
||||
|
EMAIL="n0nb@arrl.net" |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue