development/xtruss: Updated for version 20200918.a94a153.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-11-02 12:26:42 -05:00 committed by Willy Sudiarto Raharjo
parent 6447faacbb
commit dc5f171c09
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="xtruss"
VERSION="20181001.82973f5"
VERSION="20200918.a94a153"
HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
DOWNLOAD="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-20181001.82973f5.tar.gz"
MD5SUM="21f7dbdac0caf4199cbf581445454718"
DOWNLOAD="https://slackware.uk/~urchlay/src/xtruss-20200918.a94a153.tar.gz"
MD5SUM="bcdf1e92ec0f6226cd8a314edf861b62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""