mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/armagetronad: Updated for version 0.2.8.3.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
21f3671d13
commit
c961c7d518
3 changed files with 7 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
||||||
# based on the hollywoodb's one on 12.2 repository
|
# based on the hollywoodb's one on 12.2 repository
|
||||||
|
|
||||||
PRGNAM=armagetronad
|
PRGNAM=armagetronad
|
||||||
VERSION=${VERSION:-r999}
|
VERSION=${VERSION:-0.2.8.3.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ rm -rf $PKG
|
||||||
mkdir -p $PKG
|
mkdir -p $PKG
|
||||||
rm -rf $TMP/$PRGNAM-$VERSION
|
rm -rf $TMP/$PRGNAM-$VERSION
|
||||||
cd $TMP
|
cd $TMP
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
tar xvf $CWD/$PRGNAM-$VERSION.1.src.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
|
@ -51,7 +51,8 @@ find . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
sh bootstrap.sh
|
# Fix wrong detection of libpng in configure
|
||||||
|
sed -i 's|png_check_sig|png_sig_cmp|g' configure
|
||||||
|
|
||||||
# Using --disable-games since it peppers installation
|
# Using --disable-games since it peppers installation
|
||||||
# paths with 'games' subdirectories and we're handling that manually.
|
# paths with 'games' subdirectories and we're handling that manually.
|
||||||
|
@ -95,12 +96,6 @@ rm -rf $PKG/etc/rc.d
|
||||||
# don't overwrite old configs
|
# don't overwrite old configs
|
||||||
CONFIGS="aiplayers.cfg \
|
CONFIGS="aiplayers.cfg \
|
||||||
default.cfg \
|
default.cfg \
|
||||||
keys_cursor.cfg \
|
|
||||||
keys_cursor_single.cfg \
|
|
||||||
keys_twohand.cfg \
|
|
||||||
keys_wasd.cfg \
|
|
||||||
keys_x.cfg \
|
|
||||||
keys_zqsd.cfg \
|
|
||||||
settings.cfg \
|
settings.cfg \
|
||||||
settings_authentication.cfg \
|
settings_authentication.cfg \
|
||||||
settings_dedicated.cfg \
|
settings_dedicated.cfg \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="armagetronad"
|
PRGNAM="armagetronad"
|
||||||
VERSION="r999"
|
VERSION="0.2.8.3.2"
|
||||||
HOMEPAGE="http://armagetronad.net"
|
HOMEPAGE="http://armagetronad.net"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/armagetronad-r999.tar.xz"
|
DOWNLOAD="http://downloads.sourceforge.net/armagetronad/armagetronad-0.2.8.3.2.1.src.tar.bz2"
|
||||||
MD5SUM="9c93c842fdd8aee2a430b5b72496176c"
|
MD5SUM="9bdba18250d3313134bf69db82115ddb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ftgl protobuf"
|
REQUIRES="ftgl protobuf"
|
||||||
|
|
|
@ -17,12 +17,6 @@ fi
|
||||||
|
|
||||||
CONFIGS="aiplayers.cfg \
|
CONFIGS="aiplayers.cfg \
|
||||||
default.cfg \
|
default.cfg \
|
||||||
keys_cursor.cfg \
|
|
||||||
keys_cursor_single.cfg \
|
|
||||||
keys_twohand.cfg \
|
|
||||||
keys_wasd.cfg \
|
|
||||||
keys_x.cfg \
|
|
||||||
keys_zqsd.cfg \
|
|
||||||
settings.cfg \
|
settings.cfg \
|
||||||
settings_authentication.cfg \
|
settings_authentication.cfg \
|
||||||
settings_dedicated.cfg \
|
settings_dedicated.cfg \
|
||||||
|
|
Loading…
Reference in a new issue