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