summaryrefslogtreecommitdiffstats
path: root/games/pioneer
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-12-17 18:30:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-17 18:30:34 +0700
commit900ae7465e6d72914088a8715fffb90d73a37e9c (patch)
tree809e7cbae838552cc07cbca2f8c02102d73ebb85 /games/pioneer
parentc0ad493166d24f0b787e1cca38573c7713ec5e07 (diff)
downloadslackbuilds-900ae7465e6d72914088a8715fffb90d73a37e9c.tar.gz
slackbuilds-900ae7465e6d72914088a8715fffb90d73a37e9c.tar.xz
games/pioneer: Updated for version 20171001.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pioneer')
-rw-r--r--games/pioneer/pioneer.SlackBuild8
-rw-r--r--games/pioneer/pioneer.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/games/pioneer/pioneer.SlackBuild b/games/pioneer/pioneer.SlackBuild
index dffb468526..ed3fb4c5f6 100644
--- a/games/pioneer/pioneer.SlackBuild
+++ b/games/pioneer/pioneer.SlackBuild
@@ -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 \
diff --git a/games/pioneer/pioneer.info b/games/pioneer/pioneer.info
index 80706389b6..326ab8ece8 100644
--- a/games/pioneer/pioneer.info
+++ b/games/pioneer/pioneer.info
@@ -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"