diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-04-11 01:36:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-11 01:36:00 +0700 |
commit | 57adb0634636c11517c48d87c6aabd72d18b598f (patch) | |
tree | 63d5a4a93b0f8748826b69a5119fd513d9a0cda4 /games/openttd/openttd.SlackBuild | |
parent | d4e8c61fafba3b438ef7a19403305b09e8d0f6eb (diff) | |
download | slackbuilds-57adb0634636c11517c48d87c6aabd72d18b598f.tar.gz |
games/openttd: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |