diff options
author | Erik W. Hanson <erik@slackbuilds.org> | 2010-03-03 14:19:27 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 13:23:57 +0200 |
commit | 7332b97cd96e4445d554b41b846714e7ad9e61e5 (patch) | |
tree | caa5a769476150834c2b75909f136898edc54d45 | |
parent | 5e5e21ae60003c107e7d5170385483f96a9fab0e (diff) | |
download | slackbuilds-7332b97cd96e4445d554b41b846714e7ad9e61e5.tar.gz |
games/starfigter: Build bump.
Removed the references to starfighter music download as it is not
needed. Thanks to Tim Dickson.
-rw-r--r-- | games/starfighter/starfighter.SlackBuild | 7 | ||||
-rw-r--r-- | games/starfighter/starfighter.info | 8 |
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" |