aboutsummaryrefslogtreecommitdiff
path: root/libraries/libqxp/libqxp.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <orbea@fredslev.dk>2019-02-08 20:48:45 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-08 20:48:45 +0700
commitae12f0de00055080b996422053a4d685f7d1fb3b (patch)
tree6e14e2fcaa2ec18f6b22ee4690631f3cd2d01004 /libraries/libqxp/libqxp.SlackBuild
parentf0ca4d50e262b82b646e6f4004609dce7efbca9b (diff)
libraries/libqxp: Updated for version 0.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libqxp/libqxp.SlackBuild')
-rw-r--r--libraries/libqxp/libqxp.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libqxp/libqxp.SlackBuild b/libraries/libqxp/libqxp.SlackBuild
index c404868373a7..743fc7ff5f67 100644
--- a/libraries/libqxp/libqxp.SlackBuild
+++ b/libraries/libqxp/libqxp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libqxp
-# Copyright 2018 Hunter Sezen California, USA
+# Copyright 2018-2019 Hunter Sezen California, USA
# 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=libqxp
-VERSION=${VERSION:-0.0.1}
+VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -92,8 +92,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-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 -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/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION