development/bmake: Updated for version 20201010.

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-06 15:59:57 -05:00 committed by Willy Sudiarto Raharjo
parent 0839b2c40c
commit c1e9093e20
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 6 deletions

View file

@ -24,6 +24,7 @@
# Now maintained by B. Watson <yalhcru@gmail.com>
# 20201106 bkw: update for 20201010
# 20200306 bkw: update for 20200212
# 20191211 bkw: update for 20181221
# 20170214 bkw:
@ -34,7 +35,7 @@
# portion of the bmake build.
PRGNAM=bmake
VERSION=${VERSION:-20200212}
VERSION=${VERSION:-20201010}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -116,8 +117,11 @@ mv $PKG/usr/share/mk $PKG/usr/share/mk-$PRGNAM
find -L $PKG -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# Binary is already stripped. Only have one man page:
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
# Binary is already stripped. Only have one man page.
# Oh FFS, 20201010 ignores MANTARGET, we get /usr/man/cat1.
rm -rf $PKG/usr/man/*
mkdir -p $PKG/usr/man/man1
gzip -9c < $PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
head -n70 main.c > LICENSE

View file

@ -1,8 +1,8 @@
PRGNAM="bmake"
VERSION="20200212"
VERSION="20201010"
HOMEPAGE="http://www.crufty.net/help/sjg/bmake.htm"
DOWNLOAD="http://www.crufty.net/ftp/pub/sjg/bmake-20200212.tar.gz"
MD5SUM="20a917552baf266f4434d97a2ddb7daa"
DOWNLOAD="http://www.crufty.net/ftp/pub/sjg/bmake-20201010.tar.gz"
MD5SUM="37b7890e551c8e3916d4b6834afb6b53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""