diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/starfighter/slack-desc | 2 | ||||
-rw-r--r-- | games/starfighter/starfighter.SlackBuild | 8 | ||||
-rw-r--r-- | games/starfighter/starfighter.info | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/games/starfighter/slack-desc b/games/starfighter/slack-desc index df8d08abaf..d211346aab 100644 --- a/games/starfighter/slack-desc +++ b/games/starfighter/slack-desc @@ -16,4 +16,4 @@ starfighter: longer stand back and watch as millions of people suffer and die. H starfighter: steals an experimental craft known as "Firefly" and begins his starfighter: mission to fight his way to Sol, freeing key systems along the way. starfighter: The game opens with Chris attempting to escape a Weapco patrol. -starfighter: http://sourceforge.net/projects/pr-starfighter/?source=directory +starfighter: http://www.nongnu.org/starfighter/ diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild index 002e43ac1b..9951aa89aa 100644 --- a/games/starfighter/starfighter.SlackBuild +++ b/games/starfighter/starfighter.SlackBuild @@ -1,10 +1,10 @@ #!/bin/sh # Slackware build script for starfighter -# Written by Tim Dickson tim at tree-of-life.co.uk +# Written by Tim Dickson dickson.tim at googlemail.com PRGNAM=starfighter -VERSION=${VERSION:-1.2} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,8 +41,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz +cd $PRGNAM-$VERSION-src chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/games/starfighter/starfighter.info b/games/starfighter/starfighter.info index e6c4d2f740..e4ea114fa8 100644 --- a/games/starfighter/starfighter.info +++ b/games/starfighter/starfighter.info @@ -1,10 +1,10 @@ PRGNAM="starfighter" -VERSION="1.2" -HOMEPAGE="http://sourceforge.net/projects/pr-starfighter/" -DOWNLOAD="http://downloads.sourceforge.net/project/pr-starfighter/starfighter-1.2.tar.gz" -MD5SUM="6d2301539945a04b3109869fe11f362f" +VERSION="1.3.3" +HOMEPAGE="http://www.nongnu.org/starfighter/" +DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/starfighter/1.3/starfighter-1.3.3-src.tar.gz" +MD5SUM="dc979625ac596d9b9b48e4403639e808" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Tim Dickson (timsoft)" -EMAIL="tim@tree-of-life.co.uk" +REQUIRES="SDL2_image SDL2_mixer" +MAINTAINER="Tim Dickson" +EMAIL="dickson.tim@googlemail.com" |