games/cosmosmash: Updated for version 1.5.0.

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-08-13 02:50:11 -04:00 committed by Willy Sudiarto Raharjo
parent c1fa1e6d70
commit b62f95f586
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240813 bkw: update for v1.5.0.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cosmosmash
VERSION=${VERSION:-1.4.8}
VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -70,10 +72,9 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
# put the docs in the right place
sed -i '/^docdir/s,datadir,prefix,' Makefile
make
make install-strip DESTDIR=$PKG
make install-strip DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION
gzip $PKG/usr/man/man?/*.?

View file

@ -1,8 +1,8 @@
PRGNAM="cosmosmash"
VERSION="1.4.8"
VERSION="1.5.0"
HOMEPAGE="http://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html"
DOWNLOAD="https://slackware.uk/~urchlay/src/cosmosmash-1.4.8.tar.gz"
MD5SUM="5ae2d6415b0ac1b44baee4a04280b354"
DOWNLOAD="http://perso.b2b2c.ca/~sarrazip/dev/cosmosmash-1.5.0.tar.gz"
MD5SUM="2757b428f789f21825925f7e9be813be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="flatzebra"