diff options
author | 2025-05-28 04:55:30 -0400 | |
---|---|---|
committer | 2025-05-31 15:27:35 +0700 | |
commit | dcac5895fa24ac5723ae43e85a0abc9e1519ba7c (patch) | |
tree | a016118c21326a36e638059cb141f2c5a521c549 | |
parent | d45069ce9993e512dff11e03ee9c23a28efbf18e (diff) | |
download | slackbuilds-dcac5895fa24ac5723ae43e85a0abc9e1519ba7c.tar.gz slackbuilds-dcac5895fa24ac5723ae43e85a0abc9e1519ba7c.tar.xz |
system/hungrycat: Updated for version 0.4.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/hungrycat/hungrycat.SlackBuild | 14 | ||||
-rw-r--r-- | system/hungrycat/hungrycat.info | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/system/hungrycat/hungrycat.SlackBuild b/system/hungrycat/hungrycat.SlackBuild index 4fc02dfa89..6e733f213d 100644 --- a/system/hungrycat/hungrycat.SlackBuild +++ b/system/hungrycat/hungrycat.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250528 bkw: update for v0.4.2. # 20171225 bkw: update for v0.4.1. # 20170827 bkw: update for v0.4, drop docutils dep now that upstream # ships a prebuilt man page. @@ -13,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hungrycat -VERSION=${VERSION:-0.4.1} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -58,8 +59,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ - \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -77,9 +78,10 @@ make install DESTDIR=$PKG strip $PKG/usr/bin/$PRGNAM gzip -9 $PKG/usr/man/man1/$PRGNAM.1 -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/README doc/changelog $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION +mkdir -p $PKGDOC +cp -a doc/README doc/changelog $PKGDOC +cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/system/hungrycat/hungrycat.info b/system/hungrycat/hungrycat.info index 4fef501b6b..7ee802d33b 100644 --- a/system/hungrycat/hungrycat.info +++ b/system/hungrycat/hungrycat.info @@ -1,8 +1,8 @@ PRGNAM="hungrycat" -VERSION="0.4.1" +VERSION="0.4.2" HOMEPAGE="https://jwilk.net/software/hungrycat" -DOWNLOAD="https://github.com/jwilk/hungrycat/releases/download/0.4.1/hungrycat-0.4.1.tar.gz" -MD5SUM="20c7ce9fc38a1734cc713025479fc61d" +DOWNLOAD="https://github.com/jwilk/hungrycat/releases/download/0.4.2/hungrycat-0.4.2.tar.gz" +MD5SUM="d81b3d48c89a61edbd9a7e0c9ae4f6d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |