ham/svxlink: Updated for version 14.08.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gustavo Conrad - LU8WFY 2015-05-06 06:00:24 +07:00 committed by Willy Sudiarto Raharjo
parent 2cf7982dc7
commit e5bc5d4926
3 changed files with 8 additions and 6 deletions

View file

@ -19,3 +19,6 @@ You need a "svxlink" user and group:
The recommended uid/gid is 286, you may want to check
http://slackbuilds.org/uid_gid.txt for other recommendations.
To run svxlink server you will need the svxlink-sounds package,
the one at slackbuilds.org will work with either versions 14.08 and 14.08.1.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=svxlink
VERSION=${VERSION:-14.08}
VERSION=${VERSION:-14.08.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,6 +57,7 @@ fi
# get runtime configuration
# invoke script as: QTEL=NO ./svxlink.SlackBuild
# to compile svxlink only, no Qtel
BUILD_QTEL="-DUSE_QT=YES" && [[ "$QTEL" = "NO" ]] && BUILD_QTEL="-DUSE_QT=NO"
set -e
@ -130,14 +131,12 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ../COPYRIGHT doc/README* doc/*.txt doc/qteluserdocs/*.pdf doc/qteluserdocs/*.tex \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -rf $PKG/usr/share/man
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
# Copy init script
mkdir -p $PKG/etc/rc.d
cat $CWD/rc.svxlink > $PKG/etc/rc.d/rc.svxlink.new

View file

@ -1,8 +1,8 @@
PRGNAM="svxlink"
VERSION="14.08"
VERSION="14.08.1"
HOMEPAGE="http://www.svxlink.org/"
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/14.08.tar.gz"
MD5SUM="7d2b3107a62a6c47c47d076cd9feabaf"
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/14.08.1.tar.gz"
MD5SUM="6531b83e607d22c25e8a4f7d10f50be4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libsigc++ gsm speex"