mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/pioneer: Updated for version 20151130.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d097359353
commit
74cf9df271
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pioneer
|
PRGNAM=pioneer
|
||||||
VERSION=${VERSION:-20151109}
|
VERSION=${VERSION:-20151130}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -83,8 +83,8 @@ make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
# Write launcher scripts to the user's path
|
# Write launcher scripts to the user's path
|
||||||
mkdir -p $PKG/usr/bin
|
mkdir -p $PKG/usr/games
|
||||||
cd $PKG/usr/bin
|
cd $PKG/usr/games
|
||||||
cat > modelcompiler <<EOF
|
cat > modelcompiler <<EOF
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
cd /opt/$PRGNAM-$VERSION
|
cd /opt/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pioneer"
|
PRGNAM="pioneer"
|
||||||
VERSION="20151109"
|
VERSION="20151130"
|
||||||
HOMEPAGE="http://pioneerspacesim.net/"
|
HOMEPAGE="http://pioneerspacesim.net/"
|
||||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20151109.tar.gz"
|
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20151130.tar.gz"
|
||||||
MD5SUM="89be815e220317124bbe9216c2eaf04b"
|
MD5SUM="39cf3e26847bff78582dcb8a0880e52d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="SDL2_image assimp libsigc++"
|
REQUIRES="SDL2_image assimp libsigc++"
|
||||||
|
|
Loading…
Reference in a new issue