aboutsummaryrefslogtreecommitdiff
path: root/development/samurai/samurai.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <orbea@fredslev.dk>2018-12-31 14:19:51 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-05 07:49:17 +0700
commita9d5a019fea6f369db52d15f12b90e65e4ba5c5c (patch)
treecf08f608e14ffcb65852954b5a2f3bc58c3a9577 /development/samurai/samurai.SlackBuild
parentf226d672557940eba6966bcea8c9f4a0203a4f6c (diff)
downloadslackbuilds-a9d5a019fea6f369db52d15f12b90e65e4ba5c5c.tar.xz
development/samurai: Updated for version 0.5 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/samurai/samurai.SlackBuild')
-rw-r--r--development/samurai/samurai.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/samurai/samurai.SlackBuild b/development/samurai/samurai.SlackBuild
index 1c0265b0a7c0..aedf9141496f 100644
--- a/development/samurai/samurai.SlackBuild
+++ b/development/samurai/samurai.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=samurai
-VERSION=${VERSION:-0.4}
+VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,8 +76,8 @@ make install \
MANDIR=/usr/man \
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
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