wok-next rev 5938
Up: wesnoth* (1.8.3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Aug 02 10:14:49 2010 +0200 (2010-08-02) |
parents | 1336a1c34cf1 |
children | 85241294b8f8 |
files | wesnoth-music/receipt wesnoth/receipt |
line diff
1.1 --- a/wesnoth-music/receipt Sun Aug 01 18:28:42 2010 +0200 1.2 +++ b/wesnoth-music/receipt Mon Aug 02 10:14:49 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wesnoth-music" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.8.3" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Music files for wesnoth" 1.11 MAINTAINER="mimas@slitaz.org"
2.1 --- a/wesnoth/receipt Sun Aug 01 18:28:42 2010 +0200 2.2 +++ b/wesnoth/receipt Mon Aug 02 10:14:49 2010 +0200 2.3 @@ -1,14 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wesnoth" 2.7 -VERSION="1.6.2" 2.8 +VERSION="1.8.3" 2.9 CATEGORY="games" 2.10 SHORT_DESC="Turn based strategy game" 2.11 MAINTAINER="mimas@slitaz.org" 2.12 DEPENDS="libsdl libsdl-mixer libsdl-ttf libsdl-net libsdl-image zlib pango \ 2.13 cairo fontconfig libboost-regex libboost-iostreams libpng fribidi gcc-lib-base \ 2.14 xcb-util" 2.15 -BUILD_DEPENDS="cairo-dev pango-dev libboost-regex-dev libboost-iostreams-dev libsdl-dev libsdl-mixer-dev libsdl-ttf-dev libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils" 2.16 +BUILD_DEPENDS="cairo-dev pango-dev libboost-regex-dev libboost-iostreams-dev libsdl-dev libsdl-mixer-dev libsdl-ttf-dev \ 2.17 +libsdl-ttf libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils \ 2.18 +lua-dev libboost-serialization-dev autoconf automake" 2.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.20 WEB_SITE="http://www.wesnoth.org/" 2.21 WGET_URL="$SF_MIRROR/wesnoth/$TARBALL" 2.22 @@ -18,6 +20,7 @@ 2.23 compile_rules() 2.24 { 2.25 cd $src 2.26 + ./autogen.sh || exit 1 2.27 ./configure --prefix=/usr $CONFIGURE_ARGS 2.28 sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ 2.29 -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \