mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/starfighter: Updated for version 2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d55b879e63
commit
51c77022ed
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="starfighter"
|
||||
VERSION="1.7"
|
||||
HOMEPAGE="http://www.nongnu.org/starfighter/"
|
||||
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/starfighter/1.7/starfighter-1.7-src.tar.gz"
|
||||
MD5SUM="dfaa649221a3997ec7eddbf2dbdeb6a0"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="https://github.com/pr-starfighter/starfighter/"
|
||||
DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.0.0.3/starfighter-2.0-src.tar.gz"
|
||||
MD5SUM="dcb7da670b84acfc25cf146df3033045"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_image SDL2_mixer"
|
||||
|
|
Loading…
Reference in a new issue