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