games/pioneer: Updated for version 20171001.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c0ad493166
commit
900ae7465e
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pioneer
|
||||
SRCNAM=$(printf %s $PRGNAM | tr [a-z] [A-Z])
|
||||
VERSION=${VERSION:-20170827}
|
||||
VERSION=${VERSION:-20171001}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,9 +70,7 @@ 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 {} \;
|
||||
|
||||
DATADIR="${DATADIR:-/usr/share/games}"
|
||||
|
||||
if [ "${DEBUG:-no}" = yes ]; then
|
||||
if [ "${DEBUG:-no}" != no ]; then
|
||||
debug="--enable-debug \
|
||||
--with-no-optimise \
|
||||
--with-fno-inline"
|
||||
|
@ -86,7 +84,7 @@ fi
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
PIONEER_DATA_DIR="$DATADIR/$PRGNAM" \
|
||||
PIONEER_DATA_DIR="${DATADIR:-/usr/share/games}/$PRGNAM" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--bindir=/usr/games \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pioneer"
|
||||
VERSION="20170827"
|
||||
VERSION="20171001"
|
||||
HOMEPAGE="https://pioneerspacesim.net/"
|
||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20170827/pioneer-20170827.tar.gz"
|
||||
MD5SUM="602b59d2240d6a65d12394202ca9b51a"
|
||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20171001/pioneer-20171001.tar.gz"
|
||||
MD5SUM="f800e0e7fbe8b0179fb2995f1712ba03"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_image assimp"
|
||||
|
|
Loading…
Reference in New Issue