mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/typhoon_2001: Updated homepage, fix ARCH setting.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
74749e71a6
commit
e22ef61c88
3 changed files with 12 additions and 7 deletions
3
games/typhoon_2001/doinst.sh
Normal file
3
games/typhoon_2001/doinst.sh
Normal file
|
@ -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
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue