From e22ef61c8850bcd9b21834e5a0e05ff614bc365c Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 15 Jun 2013 21:10:09 -0300 Subject: games/typhoon_2001: Updated homepage, fix ARCH setting. Signed-off-by: Niels Horn --- games/typhoon_2001/doinst.sh | 3 +++ games/typhoon_2001/typhoon_2001.SlackBuild | 14 ++++++++------ games/typhoon_2001/typhoon_2001.info | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 games/typhoon_2001/doinst.sh (limited to 'games') 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" -- cgit v1.2.3