development/bcpp: Updated for version 20240917.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-09-25 01:40:03 -04:00 committed by Willy Sudiarto Raharjo
parent 90e7d8e049
commit 388e8795f3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 11 additions and 5 deletions

View file

@ -6,12 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240925 bkw: update for v20240917.
# 20240312 bkw: update for v20240111.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bcpp
VERSION=${VERSION:-20240111}
VERSION=${VERSION:-20240917}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,7 +74,12 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
strip $PKG/usr/bin/$PRGNAM
gzip -9 $PKG/usr/man/*/*
cd $PKG/usr/man/man1/
gzip -9 bcpp.1
rm -f cb++.1
ln -s bcpp.1.gz cb++.1.gz
cd -
# stuff in txtdocs/: hirachy.txt documents internals, for hacking
# bcpp's code (not needed in a SBo package), and manual.txt is just

View file

@ -1,8 +1,8 @@
PRGNAM="bcpp"
VERSION="20240111"
VERSION="20240917"
HOMEPAGE="https://invisible-island.net/bcpp/bcpp.html"
DOWNLOAD="https://invisible-island.net/archives/bcpp/bcpp-20240111.tgz"
MD5SUM="151d44c39c0573c8da58196f4caf2b84"
DOWNLOAD="https://invisible-island.net/archives/bcpp/bcpp-20240917.tgz"
MD5SUM="11babcfcb5b39c16a5de922426a85fa9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""