mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ham/svxlink: Updated for version 14.08.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2cf7982dc7
commit
e5bc5d4926
3 changed files with 8 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue