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:
parent
540f5d09b7
commit
c58dccb8a1
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue