aboutsummaryrefslogtreecommitdiff
path: root/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
diff options
context:
space:
mode:
authorFellype do Nascimento <fellype(at)gmail.com>2018-02-14 20:25:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:46 +0700
commitc4fb181fff448a2b58f41b620a616c837e6debe5 (patch)
tree99e0c728c144f6e2c897dc66d709a8435ffabd63 /development/extra-cmake-modules/extra-cmake-modules.SlackBuild
parentc642ff126de551e574b7b354e06251f88bacf6af (diff)
downloadslackbuilds-c4fb181fff448a2b58f41b620a616c837e6debe5.tar.xz
development/extra-cmake-modules: Updated for version 5.43.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/extra-cmake-modules/extra-cmake-modules.SlackBuild')
-rw-r--r--development/extra-cmake-modules/extra-cmake-modules.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/extra-cmake-modules/extra-cmake-modules.SlackBuild b/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
index 24ba46efdba6..3bf68cbd3ad9 100644
--- a/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
+++ b/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
@@ -25,7 +25,7 @@
# Adapted by Fellype do Nascimento - fellype(at)gmail.com
PRGNAM=extra-cmake-modules
-VERSION=${VERSION:-5.36.0}
+VERSION=${VERSION:-5.43.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,9 +86,6 @@ cd -
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
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING-CMAKE-SCRIPTS README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild