diff options
Diffstat (limited to 'games/openttd/openttd.SlackBuild')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index f42cde905d..3cb3376900 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for OpenTTD # Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com> -# Copyright 2011-2013 LEVAI Daniel +# Copyright 2011-2014 LEVAI Daniel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openttd -VERSION=${VERSION:-1.3.3} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -OPENGFX=${OPENGFX:-0.4.7} -OPENSFX=${OPENSFX:-0.2.3} -OPENMSX=${OPENMSX:-0.3.1} +OPENGFX=0.5.0 +OPENSFX=0.2.3 +OPENMSX=0.3.1 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -76,6 +76,7 @@ tar xvf $CWD/$PRGNAM-$VERSION-source.tar.xz cd $PRGNAM-$VERSION if [ "$OPENDATA" == "YES" ]; then unzip -o $CWD/opengfx-$OPENGFX-all.zip + tar -xvf opengfx-${OPENGFX}.tar unzip -o $CWD/opensfx-$OPENSFX-all.zip unzip -o $CWD/openmsx-$OPENMSX-all.zip fi |