games/pioneer: Updated for version 20161028.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d8812bd9a7
commit
21ef17ff3a
|
@ -12,13 +12,11 @@ what version of OpenGL is installed use:
|
|||
|
||||
glxinfo | grep "core profile version"
|
||||
|
||||
Pioneer's game data is by default installed in /usr/share/games and will take
|
||||
up around 400M of hard drive space. This SlackBuild allows choosing an alternate
|
||||
game data directory to install in, to do this use:
|
||||
|
||||
DATADIR=/path/to/data ./pioneer.SlackBuild
|
||||
|
||||
For example to install the data to /opt/pioneer use:
|
||||
Pioneer's game data needs around 400M of hard drive space. By default, the
|
||||
game data is installed in /usr/share/games/pioneer. The SlackBuild allows
|
||||
choosing an alternate game data directory using the DATADIR option. For
|
||||
example, to install the data in
|
||||
/opt/pioneer --
|
||||
|
||||
DATADIR=/opt ./pioneer.SlackBuild
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pioneer
|
||||
VERSION=${VERSION:-20160814}
|
||||
VERSION=${VERSION:-20161028}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pioneer"
|
||||
VERSION="20160814"
|
||||
VERSION="20161028"
|
||||
HOMEPAGE="http://pioneerspacesim.net/"
|
||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20160814/pioneer-20160814.tar.gz"
|
||||
MD5SUM="5625a7a24bc85830880853cc84372b76"
|
||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20161028/pioneer-20161028.tar.gz"
|
||||
MD5SUM="0e7af422b71bbb61822a2dc58d07803b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_image assimp"
|
||||
|
|
Loading…
Reference in New Issue