summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2016-07-24 19:27:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:21 +0700
commit23d8304e8d0e698efe70a4975ab1f42ae19742d3 (patch)
tree935c4e7730bf15852161f31832c855a0db706d90 /network
parenta684caae07de8634d0f5ec7e23a65e444415be5e (diff)
downloadslackbuilds-23d8304e8d0e698efe70a4975ab1f42ae19742d3.tar.gz
slackbuilds-23d8304e8d0e698efe70a4975ab1f42ae19742d3.tar.xz
network/smcroute: Updated for version 2.1.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network')
-rw-r--r--network/smcroute/smcroute.SlackBuild7
-rw-r--r--network/smcroute/smcroute.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/network/smcroute/smcroute.SlackBuild b/network/smcroute/smcroute.SlackBuild
index 12a72b69c7..ae729fade3 100644
--- a/network/smcroute/smcroute.SlackBuild
+++ b/network/smcroute/smcroute.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for SMCRoute
-# Copyright 2013, 2015 Mario Preksavec, Zagreb, Croatia
+# Copyright 2013, 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smcroute
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,9 +83,6 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Binaries should go to sbin
-mv $PKG/usr/bin $PKG/usr/sbin
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/smcroute/smcroute.info b/network/smcroute/smcroute.info
index 1a88f67ecd..04ad92885c 100644
--- a/network/smcroute/smcroute.info
+++ b/network/smcroute/smcroute.info
@@ -1,8 +1,8 @@
PRGNAM="smcroute"
-VERSION="2.0.0"
+VERSION="2.1.0"
HOMEPAGE="http://troglobit.com/smcroute.html"
-DOWNLOAD="ftp://troglobit.com/smcroute/smcroute-2.0.0.tar.xz"
-MD5SUM="cbf478e52ab9ae411adca41b9d22f68a"
+DOWNLOAD="ftp://troglobit.com/smcroute/smcroute-2.1.0.tar.xz"
+MD5SUM="cd503c90b81e9d24fcd89cad4735443e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""