summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-11 18:52:19 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:26 -0500
commitc961c7d518b44f44889db23109aa8ff423f2f27a (patch)
tree2961d270065c32bbc804b1e01596adf44fda565f /games
parent21f3671d134433a826d3776c1a9a5ff668838763 (diff)
downloadslackbuilds-c961c7d518b44f44889db23109aa8ff423f2f27a.tar.gz
slackbuilds-c961c7d518b44f44889db23109aa8ff423f2f27a.tar.xz
games/armagetronad: Updated for version 0.2.8.3.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/armagetronad/armagetronad.SlackBuild13
-rw-r--r--games/armagetronad/armagetronad.info6
-rw-r--r--games/armagetronad/doinst.sh6
3 files changed, 7 insertions, 18 deletions
diff --git a/games/armagetronad/armagetronad.SlackBuild b/games/armagetronad/armagetronad.SlackBuild
index 629524e8e6..f3930c101d 100644
--- a/games/armagetronad/armagetronad.SlackBuild
+++ b/games/armagetronad/armagetronad.SlackBuild
@@ -4,7 +4,7 @@
# based on the hollywoodb's one on 12.2 repository
PRGNAM=armagetronad
-VERSION=${VERSION:-r999}
+VERSION=${VERSION:-0.2.8.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,7 +41,7 @@ rm -rf $PKG
mkdir -p $PKG
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
+tar xvf $CWD/$PRGNAM-$VERSION.1.src.tar.?z*
cd $PRGNAM-$VERSION
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 \) \
-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
# 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
CONFIGS="aiplayers.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_authentication.cfg \
settings_dedicated.cfg \
diff --git a/games/armagetronad/armagetronad.info b/games/armagetronad/armagetronad.info
index dbb4b25c91..bedfefbe33 100644
--- a/games/armagetronad/armagetronad.info
+++ b/games/armagetronad/armagetronad.info
@@ -1,8 +1,8 @@
PRGNAM="armagetronad"
-VERSION="r999"
+VERSION="0.2.8.3.2"
HOMEPAGE="http://armagetronad.net"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/armagetronad-r999.tar.xz"
-MD5SUM="9c93c842fdd8aee2a430b5b72496176c"
+DOWNLOAD="http://downloads.sourceforge.net/armagetronad/armagetronad-0.2.8.3.2.1.src.tar.bz2"
+MD5SUM="9bdba18250d3313134bf69db82115ddb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ftgl protobuf"
diff --git a/games/armagetronad/doinst.sh b/games/armagetronad/doinst.sh
index ad6d1cebb5..ad4ad7c914 100644
--- a/games/armagetronad/doinst.sh
+++ b/games/armagetronad/doinst.sh
@@ -17,12 +17,6 @@ fi
CONFIGS="aiplayers.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_authentication.cfg \
settings_dedicated.cfg \