games/naev: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2633db3b3b
commit
8b2edb9d09
|
@ -8,4 +8,5 @@ missions, equipment, and ships; Even the galaxy itself grows larger with each
|
|||
release. For the literarily-inclined, there are large amounts of lore
|
||||
accompanying everything from planets to equipment.
|
||||
|
||||
The ndata download (included in the info file) is required to play.
|
||||
The ndata download (included in the info file) is required to play. This is
|
||||
a very large file (289M as of 0.6.0) so metered connections beware.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# that is unlikely, as I am rather tall.
|
||||
|
||||
PRGNAM=naev
|
||||
VERSION=0.5.3
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,7 @@ find -L . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/$PRGNAM
|
||||
cat $CWD/ndata-$VERSION > $PKG/usr/share/$PRGNAM/ndata
|
||||
cat $CWD/ndata-$VERSION.zip > $PKG/usr/share/$PRGNAM/ndata
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="naev"
|
||||
VERSION="0.5.3"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="http://blog.naev.org"
|
||||
DOWNLOAD="http://sourceforge.net/projects/naev/files/naev-0.5.3/naev-0.5.3.tar.bz2 \
|
||||
http://sourceforge.net/projects/naev/files/naev-0.5.3/ndata-0.5.3"
|
||||
MD5SUM="bec719b3daa33ec190d785120a7b0159 \
|
||||
652db194ffd2f45fc5f8ecee2ad2985c"
|
||||
DOWNLOAD="http://sourceforge.net/projects/naev/files/naev-0.6.0/naev-0.6.0.tar.bz2 \
|
||||
http://sourceforge.net/projects/naev/files/naev-0.6.0/ndata-0.6.0.zip"
|
||||
MD5SUM="b796352ae810c986934d9259dc12b0dc \
|
||||
b4b4d92af0dc1fb5d6dc32407427e82e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="JK Wood"
|
||||
|
|
Loading…
Reference in New Issue