mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
6447faacbb
commit
dc5f171c09
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue