mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/reptyr: Updated for version 0.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a70a54f84
commit
ec1d154d9e
2 changed files with 6 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230711 bkw: updated for v0.10.0
|
||||
# 20221228 bkw: updated for v0.9.0
|
||||
# 20201103 bkw: updated for v0.8.0
|
||||
# 20191128 bkw: updated for v0.7.0
|
||||
|
@ -16,7 +17,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=reptyr
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -68,7 +69,7 @@ make PREFIX=/usr CFLAGS="$SLKCFLAGS"
|
|||
strip $PRGNAM
|
||||
make install PREFIX=/usr DESTDIR=$PKG
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} +
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING ChangeLog NOTES README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="reptyr"
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.10.0"
|
||||
HOMEPAGE="https://github.com/nelhage/reptyr"
|
||||
DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.9.0/reptyr-reptyr-0.9.0.tar.gz"
|
||||
MD5SUM="1d7c580fa048fd55fb3a2ecc4760a39d"
|
||||
DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.10.0/reptyr-reptyr-0.10.0.tar.gz"
|
||||
MD5SUM="6418ef71c4352350edbf3274330896ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue