mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
90e7d8e049
commit
388e8795f3
2 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue