summaryrefslogtreecommitdiffstats
path: root/development/fossil/fossil.SlackBuild
diff options
context:
space:
mode:
author Andy Goth2019-04-05 02:06:36 +0200
committer Willy Sudiarto Raharjo2019-04-05 02:38:43 +0200
commit47eaa6344896b5f8de303e85d3d0aefc902de8bb (patch)
treedbf641fa9a50e4c1b4004bdc6bc52dafb0cadee9 /development/fossil/fossil.SlackBuild
parent368cecda0917437cbc1534e86b8c8109efc65489 (diff)
downloadslackbuilds-47eaa6344896b5f8de303e85d3d0aefc902de8bb.tar.gz
development/fossil: Updated for version 2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fossil/fossil.SlackBuild')
-rw-r--r--development/fossil/fossil.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild
index 7cf55008a9..edc27344e3 100644
--- a/development/fossil/fossil.SlackBuild
+++ b/development/fossil/fossil.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fossil
-# Copyright 2018 Andy Goth <andrew.m.goth@gmail.com>
+# Copyright 2019 Andy Goth <andrew.m.goth@gmail.com>
# 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=fossil
-VERSION=${VERSION:-2.7}
+VERSION=${VERSION:-2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,17 +69,17 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS=$SLKCFLAGS \
+CXXFLAGS=$SLKCFLAGS \
./configure \
--prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --libdir=/usr/lib$LIBDIRSUFFIX \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+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
mkdir -p $PKG/usr/man/man1