games/tbftss: Updated for version 1.5.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-06-19 20:20:52 +01:00 committed by Willy Sudiarto Raharjo
parent 540f5d09b7
commit c58dccb8a1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
PRGNAM=tbftss
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -47,9 +47,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
rm -rf build
#rm -rf build
tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz
cd build/$PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -2,7 +2,7 @@ PRGNAM="tbftss"
VERSION="1.5.1"
HOMEPAGE="https://www.battleforthesolarsystem.com/games/pw/"
DOWNLOAD="https://www.battleforthesolarsystem.com/downloads/tbftss-1.5.1.src.tar.gz"
MD5SUM="c8c7325a0dbea923606ed191381af68d"
MD5SUM="7decbd60a5131f8ac2dad261102e6e9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer SDL2_ttf"