summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
author Gustavo Conrad - LU8WFY <gus3963@gmail.com>2015-05-06 06:00:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-06 22:14:57 +0700
commite5bc5d492699921e67b5a4a14960f23f7e395704 (patch)
tree652fd3458588b7506276820fe7ef370058c21524 /ham
parent2cf7982dc77de6a1deb2f0ab672899d87b46aad8 (diff)
downloadslackbuilds-e5bc5d492699921e67b5a4a14960f23f7e395704.tar.gz
slackbuilds-e5bc5d492699921e67b5a4a14960f23f7e395704.tar.xz
ham/svxlink: Updated for version 14.08.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r--ham/svxlink/README3
-rw-r--r--ham/svxlink/svxlink.SlackBuild5
-rw-r--r--ham/svxlink/svxlink.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/ham/svxlink/README b/ham/svxlink/README
index f79f7e4541..49d295e5d2 100644
--- a/ham/svxlink/README
+++ b/ham/svxlink/README
@@ -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.
diff --git a/ham/svxlink/svxlink.SlackBuild b/ham/svxlink/svxlink.SlackBuild
index bcbf1e594e..044db7c50f 100644
--- a/ham/svxlink/svxlink.SlackBuild
+++ b/ham/svxlink/svxlink.SlackBuild
@@ -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
diff --git a/ham/svxlink/svxlink.info b/ham/svxlink/svxlink.info
index a1acb272d8..1ff2924094 100644
--- a/ham/svxlink/svxlink.info
+++ b/ham/svxlink/svxlink.info
@@ -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"