games/starfighter: Updated for version 1.3.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2015-05-21 01:42:33 +07:00 committed by Willy Sudiarto Raharjo
parent a35cde2f6a
commit ab185b80f6
3 changed files with 12 additions and 12 deletions

View File

@ -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/

View File

@ -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 \) \

View File

@ -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"