summaryrefslogtreecommitdiffstats
path: root/network/bip/bip.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson2017-07-09 02:22:44 +0200
committer Willy Sudiarto Raharjo2017-07-12 17:48:33 +0200
commit938029485acb2740469a9a8066c891912d70f8bd (patch)
tree30d163acbadb50ec9ead1de97bca152fb98185b5 /network/bip/bip.SlackBuild
parent155a9093b6ce0f03b82ffc1681212eedbdea0876 (diff)
downloadslackbuilds-938029485acb2740469a9a8066c891912d70f8bd.tar.gz
network/bip: Updated for version 0.9.0-rc.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
Diffstat (limited to 'network/bip/bip.SlackBuild')
-rw-r--r--network/bip/bip.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild
index 0e5dde5bee..ff57192f99 100644
--- a/network/bip/bip.SlackBuild
+++ b/network/bip/bip.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for Bip
# Copyright 2007-2009 Chess Griffin <chess@chessgriffin.com>
-# Copyright 2011 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2011-2017 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
@@ -25,7 +25,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bip
-VERSION=${VERSION:-0.8.9}
+VERSION=${VERSION:-0.9.0_rc.1}
+SRCVER=${SRCVER:-0.9.0-rc.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVER
+tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
+cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \