mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/wesnoth: Updated for version 1.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ecb7602dbd
commit
e0786df4f0
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# SlackBuild script for "Battle of Wesnoth".
|
||||
|
||||
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2010-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2010-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wesnoth
|
||||
VERSION=${VERSION:-1.12}
|
||||
VERSION=${VERSION:-1.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,10 +67,10 @@ set -e
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$VERSION.0
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION.0
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
# This patch should be enabled when you used GCC 4.7.0 or above
|
||||
patch -p0 < $CWD/terrain_translation.patch
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wesnoth"
|
||||
VERSION="1.12"
|
||||
VERSION="1.12.1"
|
||||
HOMEPAGE="http://www.wesnoth.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.12.tar.bz2"
|
||||
MD5SUM="1fa1a43cb7f6f1664c36d7e4c1eedc01"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.12.1.tar.bz2"
|
||||
MD5SUM="8eb093c3300635d5097948745ce37a43"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="scons"
|
||||
|
|
Loading…
Reference in a new issue