wok-6.x diff wesnoth/receipt @ rev 6316
Fixed typo. Changed DEPENS to DEPENDS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 17 02:13:58 2010 +0000 (2010-09-17) |
parents | c161b9c835d2 |
children | f0d3a960e727 |
line diff
1.1 --- a/wesnoth/receipt Fri Jul 09 20:33:27 2010 +0200 1.2 +++ b/wesnoth/receipt Fri Sep 17 02:13:58 2010 +0000 1.3 @@ -1,14 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wesnoth" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.8.3" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Turn based strategy game" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 DEPENDS="libsdl libsdl-mixer libsdl-ttf libsdl-net libsdl-image zlib pango \ 1.13 cairo fontconfig libboost-regex libboost-iostreams libpng fribidi gcc-lib-base \ 1.14 xcb-util" 1.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" 1.16 +BUILD_DEPENDS="cairo-dev pango-dev libboost-regex-dev libboost-iostreams-dev libsdl-dev libsdl-mixer-dev libsdl-ttf-dev \ 1.17 +libsdl-ttf libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils \ 1.18 +lua-dev libboost-serialization-dev autoconf automake" 1.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 WEB_SITE="http://www.wesnoth.org/" 1.21 WGET_URL="$SF_MIRROR/wesnoth/$TARBALL" 1.22 @@ -18,6 +20,7 @@ 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 + ./autogen.sh || exit 1 1.27 ./configure --prefix=/usr $CONFIGURE_ARGS 1.28 sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ 1.29 -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \