diff options
author | Howard Pepper <h_pepper at bellsouth {dot} net> | 2011-08-02 08:49:54 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:28:36 -0300 |
commit | 39fef1cc030653328d3748e6ec86f39677e212d7 (patch) | |
tree | 26009d0d483aacc442814828a8a56ba0475f0ac9 /libraries | |
parent | f24e1672d85554dc875134c18d2f9042bbab21c9 (diff) |
libraries/hamlib: Updated for version 1.2.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/hamlib/README | 6 | ||||
-rw-r--r-- | libraries/hamlib/hamlib.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/hamlib/hamlib.info | 8 | ||||
-rw-r--r-- | libraries/hamlib/slack-desc | 6 |
4 files changed, 12 insertions, 14 deletions
diff --git a/libraries/hamlib/README b/libraries/hamlib/README index 1531e42b0dd7..a32e1b757d55 100644 --- a/libraries/hamlib/README +++ b/libraries/hamlib/README @@ -1,5 +1,5 @@ -hamlib (The ham radio control libraries) +hamlib (the ham radio control libraries) -A development effort to provide a consistent interface for -programmers wanting to incorporate radio controls in their +hamlib is a development effort to provide a consistent interface +for programmers wanting to incorporate radio controls in their programs. diff --git a/libraries/hamlib/hamlib.SlackBuild b/libraries/hamlib/hamlib.SlackBuild index 0dbbfe38898b..1156ded3e26a 100644 --- a/libraries/hamlib/hamlib.SlackBuild +++ b/libraries/hamlib/hamlib.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild script for hamlib. -# + # Copyright 2010 Howard Pepper <h_pepper {at} bellsouth [dot] net> # All rights reserved. # @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hamlib -VERSION=1.2.11 +VERSION=1.2.14 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/libraries/hamlib/hamlib.info b/libraries/hamlib/hamlib.info index a94a5611850c..e7e2bbedddb4 100644 --- a/libraries/hamlib/hamlib.info +++ b/libraries/hamlib/hamlib.info @@ -1,10 +1,10 @@ PRGNAM="hamlib" -VERSION="1.2.11" +VERSION="1.2.14" HOMEPAGE="http://sourceforge.net/apps/mediawiki/hamlib/index.php?title=Main_Page" -DOWNLOAD="http://downloads.sourceforge.net/project/hamlib/hamlib/1.2.11/hamlib-1.2.11.tar.gz" -MD5SUM="1070bba54fb1fb1d538bda6605c07a6c" +DOWNLOAD="http://downloads.sourceforge.net/hamlib/hamlib-1.2.14.tar.gz" +MD5SUM="ccd5232d3285a31c29b5acce1c7a3a65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Howard Pepper" EMAIL="h_pepper <at> bellsouth {dot} net" -APPROVED="dsomero" +APPROVED="rworkman" diff --git a/libraries/hamlib/slack-desc b/libraries/hamlib/slack-desc index 813e0e368817..c940a29ab411 100644 --- a/libraries/hamlib/slack-desc +++ b/libraries/hamlib/slack-desc @@ -6,10 +6,10 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -hamlib: hamlib (The ham radio control libraries) +hamlib: hamlib (the ham radio control libraries) hamlib: -hamlib: A development effort to provide a consistent interface for -hamlib: programmers wanting to incorporate radio controls in their +hamlib: hamlib is a development effort to provide a consistent interface +hamlib: for programmers wanting to incorporate radio controls in their hamlib: programs. hamlib: hamlib: Homepage: http://www.hamlib.org |