mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/hamlib: Updated for version 1.2.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f24e1672d8
commit
39fef1cc03
4 changed files with 12 additions and 14 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue