summaryrefslogtreecommitdiffstats
path: root/games/starfighter/starfighter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/starfighter/starfighter.SlackBuild')
-rw-r--r--games/starfighter/starfighter.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild
index 4ffd82f3a5..d8914e70f4 100644
--- a/games/starfighter/starfighter.SlackBuild
+++ b/games/starfighter/starfighter.SlackBuild
@@ -10,9 +10,10 @@
# so separate one not needed.
# doc location still changed to support slackware prefered location
# updated 05/03/2017 for v1.7
+# updated 22/07/2019 for v2.0 (2.0.0.3)
PRGNAM=starfighter
-VERSION=${VERSION:-1.7}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +58,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-#new make file uses automake.
CFLAGS="$SLKFLAGS"
CXXFLAGS="$SLKCFLAGS"
./configure \
@@ -68,6 +68,7 @@ CXXFLAGS="$SLKCFLAGS"
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
+
make
make install DESTDIR=$PKG