summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2013-06-16 02:10:09 +0200
committer Niels Horn2013-06-16 02:10:09 +0200
commite22ef61c8850bcd9b21834e5a0e05ff614bc365c (patch)
tree8b1ad83cbb78f351fecbeecd69997d0f68f24b80 /games
parent74749e71a6a287802bae7089937077d64d2b709e (diff)
downloadslackbuilds-e22ef61c8850bcd9b21834e5a0e05ff614bc365c.tar.gz
games/typhoon_2001: Updated homepage, fix ARCH setting.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/typhoon_2001/doinst.sh3
-rw-r--r--games/typhoon_2001/typhoon_2001.SlackBuild14
-rw-r--r--games/typhoon_2001/typhoon_2001.info2
3 files changed, 12 insertions, 7 deletions
diff --git a/games/typhoon_2001/doinst.sh b/games/typhoon_2001/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/games/typhoon_2001/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/games/typhoon_2001/typhoon_2001.SlackBuild b/games/typhoon_2001/typhoon_2001.SlackBuild
index 422be820ad..ba9f709b86 100644
--- a/games/typhoon_2001/typhoon_2001.SlackBuild
+++ b/games/typhoon_2001/typhoon_2001.SlackBuild
@@ -11,17 +11,18 @@
# typhoon.cfg needs to be a real file and be writable by the user.
# (it will be created the first time the game is run).
-# Note to SBo admins: please don't change the ARCH line to read
-# ARCH=${ARCH:-i486}, since this is a binary-only package (users might get
-# confused seeing a so-called x86_64 package that really contains an
-# x86 binary...)
-
PRGNAM=typhoon_2001
VERSION=r3992
-ARCH=i486
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) ARCH=i486 ;;
+ *) echo "Architecture not supported." ; exit 1 ;;
+ esac
+fi
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -64,6 +65,7 @@ mkdir -p $PKG/usr/share/pixmaps
cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD.${PKGTYPE:-tgz}
diff --git a/games/typhoon_2001/typhoon_2001.info b/games/typhoon_2001/typhoon_2001.info
index a3a2834395..7f67e2b665 100644
--- a/games/typhoon_2001/typhoon_2001.info
+++ b/games/typhoon_2001/typhoon_2001.info
@@ -1,6 +1,6 @@
PRGNAM="typhoon_2001"
VERSION="r3992"
-HOMEPAGE="http://typhoon.kuto.de/"
+HOMEPAGE="http://web.archive.org/web/20101218071032/http://typhoon.kuto.de/"
DOWNLOAD="http://www.sourcefiles.org/Games/Arcade/typhoon_2001_r3992.tar.gz"
MD5SUM="d83d89570a18ef121776442baef00647"
DOWNLOAD_x86_64="UNSUPPORTED"