summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/starfighter/starfighter.SlackBuild7
-rw-r--r--games/starfighter/starfighter.info8
2 files changed, 4 insertions, 11 deletions
diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild
index 8865d99fb7..a944418ddc 100644
--- a/games/starfighter/starfighter.SlackBuild
+++ b/games/starfighter/starfighter.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=starfighter
VERSION=${VERSION:-1.1}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -52,11 +52,6 @@ make install \
DOCDIR=$PKG/usr/doc/$PRGNAM-$VERSION/ \
DATADIR=$PKG/usr/share/games/parallelrealities/
-# Add music to the package
-unzip -d $PKG/usr/share/games/parallelrealities $CWD/$PRGNAM-1.0-1.music.zip
-chmod 0755 $PKG/usr/share/games/parallelrealities/music
-find $PKG/usr/share/games/parallelrealities/music -type f -exec chmod 0644 {} \;
-
# Fixup ownership (no need for games group ownership of anything)
chown -R root:root $PKG
diff --git a/games/starfighter/starfighter.info b/games/starfighter/starfighter.info
index 1cc1b2674d..3d9c8ffc55 100644
--- a/games/starfighter/starfighter.info
+++ b/games/starfighter/starfighter.info
@@ -1,12 +1,10 @@
PRGNAM="starfighter"
VERSION="1.1"
HOMEPAGE="http://www.parallelrealities.co.uk/projects/starfighter.php"
-DOWNLOAD="http://www.parallelrealities.co.uk/download/starfighter/starfighter-1.1-1.tar.gz \
- http://www.parallelrealities.co.uk/download/starfighter/starfighter-1.0-1.music.zip"
-MD5SUM="6a4b704dbc83c7403842b936f95ee958 \
- ae0ff17bb6489a1b42ed381249a9340c"
+DOWNLOAD="http://www.parallelrealities.co.uk/download/starfighter/starfighter-1.1-1.tar.gz"
+MD5SUM="6a4b704dbc83c7403842b936f95ee958"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Tim Dickson (timsoft)"
EMAIL="tim@tree-of-life.co.uk"
-APPROVED="rworkman"
+APPROVED="Erik Hanson"