diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-11 02:16:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:13 +0700 |
commit | ec1d154d9e9a5ccfad04d0168563d682feb5125e (patch) | |
tree | dd1267ce4cc0879be553182f15d006167f28af35 /system/reptyr/reptyr.SlackBuild | |
parent | 0a70a54f84834d61150f3fbf61350f56f67072cf (diff) |
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>
Diffstat (limited to 'system/reptyr/reptyr.SlackBuild')
-rw-r--r-- | system/reptyr/reptyr.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild index 05f3485c23..63dc56659a 100644 --- a/system/reptyr/reptyr.SlackBuild +++ b/system/reptyr/reptyr.SlackBuild @@ -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 |