diff options
Diffstat (limited to 'development/xtruss/xtruss.SlackBuild')
-rw-r--r-- | development/xtruss/xtruss.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild index 894639819e3d..22b9d43a4a5e 100644 --- a/development/xtruss/xtruss.SlackBuild +++ b/development/xtruss/xtruss.SlackBuild @@ -7,8 +7,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201102 bkw: +# - update for v20200918.a94a153 +# - switch to self-hosted source, as upstream disappears the old source +# immediately on every new release. + PRGNAM=xtruss -VERSION=${VERSION:-20181001.82973f5} +VERSION=${VERSION:-20200918.a94a153} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +70,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -find $PKG/usr/man -type f -exec gzip -9 {} \; +gzip $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENCE README $PKG/usr/doc/$PRGNAM-$VERSION |