From 23d8304e8d0e698efe70a4975ab1f42ae19742d3 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sun, 24 Jul 2016 19:27:22 +0200 Subject: network/smcroute: Updated for version 2.1.0. Signed-off-by: Mario Preksavec --- network/smcroute/smcroute.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'network/smcroute/smcroute.SlackBuild') 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 -- cgit v1.2.3