summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Gustavo Conrad2018-01-19 12:53:33 +0100
committer Willy Sudiarto Raharjo2018-01-20 01:01:16 +0100
commit877f40f72a361d923be6204a9bc390faff3825f5 (patch)
treed26471dfb6a287ece346aba71cf25ec6c1470154
parent631d78d655f40e58c24a50a27eb125bed471ed78 (diff)
downloadslackbuilds-877f40f72a361d923be6204a9bc390faff3825f5.tar.gz
ham/svxlink: Updated for version 17.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--ham/svxlink/README7
-rw-r--r--ham/svxlink/doinst.sh15
-rw-r--r--ham/svxlink/slack-desc2
-rw-r--r--ham/svxlink/svxlink.SlackBuild5
-rw-r--r--ham/svxlink/svxlink.info8
5 files changed, 22 insertions, 15 deletions
diff --git a/ham/svxlink/README b/ham/svxlink/README
index 49d295e5d2..7d5cf7ba26 100644
--- a/ham/svxlink/README
+++ b/ham/svxlink/README
@@ -6,6 +6,10 @@ controller or to operate on a simplex channel. The voice services are
loaded into the core as plugins.
The project also includes an EchoLink client GUI application (Qtel).
+The biggest news in this release is the initial revision of the
+SvxReflector application. The SvxReflector application is meant to be used
+as a center point to link SvxLink nodes together.
+
You can build only svxlink server (no Qtel) by passing QTEL=NO to the script:
QTEL=NO ./svxlink.SlackBuild
@@ -20,5 +24,4 @@ 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.
+To run svxlink server you will need the svxlink-sounds package.
diff --git a/ham/svxlink/doinst.sh b/ham/svxlink/doinst.sh
index af104cbcf1..a73306987a 100644
--- a/ham/svxlink/doinst.sh
+++ b/ham/svxlink/doinst.sh
@@ -23,14 +23,17 @@ preserve_perms() {
}
config etc/svxlink/svxlink.conf.new
-config etc/svxlink/remotetrx.conf.new
config etc/svxlink/TclVoiceMail.conf.new
-config etc/svxlink/svxlink.d/ModuleDtmfRepeater.conf.new
-config etc/svxlink/svxlink.d/ModuleEchoLink.conf.new
+config etc/svxlink/gpio.conf.new
+config etc/svxlink/remotetrx.conf.new
+config etc/svxlink/svxreflector.conf.new
+config etc/svxlink/svxlink.d/ModuleFrn.conf.new
config etc/svxlink/svxlink.d/ModuleHelp.conf.new
+config etc/svxlink/svxlink.d/ModuleEchoLink.conf.new
+config etc/svxlink/svxlink.d/ModuleDtmfRepeater.conf.new
+config etc/svxlink/svxlink.d/ModuleTclVoiceMail.conf.new
+config etc/svxlink/svxlink.d/ModuleSelCallEnc.conf.new
+config etc/svxlink/svxlink.d/ModulePropagationMonitor.conf.new
config etc/svxlink/svxlink.d/ModuleMetarInfo.conf.new
config etc/svxlink/svxlink.d/ModuleParrot.conf.new
-config etc/svxlink/svxlink.d/ModulePropagationMonitor.conf.new
-config etc/svxlink/svxlink.d/ModuleSelCallEnc.conf.new
-config etc/svxlink/svxlink.d/ModuleTclVoiceMail.conf.new
preserve_perms etc/rc.d/rc.svxlink.new
diff --git a/ham/svxlink/slack-desc b/ham/svxlink/slack-desc
index 71171dc329..241ba5b5c8 100644
--- a/ham/svxlink/slack-desc
+++ b/ham/svxlink/slack-desc
@@ -15,5 +15,5 @@ svxlink: the transceiver. The core can be configured to act as a repeater
svxlink: controller or to operate on a simplex channel. The voice services are
svxlink: loaded into the core as plugins.
svxlink: The project also includes an EchoLink client GUI application (Qtel).
-svxlink:
+svxlink: This version includes the initial revision of the SvxReflector.
svxlink: Home page: http://www.svxlink.org
diff --git a/ham/svxlink/svxlink.SlackBuild b/ham/svxlink/svxlink.SlackBuild
index 174d3f9683..5be525f3ff 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.2}
+VERSION=${VERSION:-17.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -119,6 +119,7 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
..
make
+ make doc
make install DESTDIR=$PKG
cd ..
@@ -130,7 +131,7 @@ 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
+mv $PKG/usr/share/man $PKG/usr/
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/ham/svxlink/svxlink.info b/ham/svxlink/svxlink.info
index 1fc4204f6d..4376cb8d42 100644
--- a/ham/svxlink/svxlink.info
+++ b/ham/svxlink/svxlink.info
@@ -1,10 +1,10 @@
PRGNAM="svxlink"
-VERSION="14.08.2"
+VERSION="17.12.1"
HOMEPAGE="http://www.svxlink.org/"
-DOWNLOAD="https://github.com/sm0svx/svxlink/archive/14.08.2.tar.gz"
-MD5SUM="2cc701691dd85801b1c6c80743a511e5"
+DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.1.tar.gz"
+MD5SUM="23cb320d9364f75296c9a79aa1761e6d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gsm speex"
-MAINTAINER="Gustavo Conrad - LU8WFY"
+MAINTAINER="Gustavo Conrad"
EMAIL="gus3963@gmail.com"