wok diff freeciv/receipt @ rev 18534

Up tazpkg-test(852): pkgs.slitaz.org integration
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 30 01:33:41 2015 +0000 (2015-10-30)
parents 380ffe05937a
children 7006fcec1248
line diff
     1.1 --- a/freeciv/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/freeciv/receipt	Fri Oct 30 01:33:41 2015 +0000
     1.3 @@ -3,22 +3,27 @@
     1.4  PACKAGE="freeciv"
     1.5  VERSION="2.2.5"
     1.6  CATEGORY="games"
     1.7 -SHORT_DESC="Empire-building strategy game."
     1.8 +SHORT_DESC="Empire-building strategy game"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 -DEPENDS="zlib ncurses readline gtk+ gettext xorg-libXdamage libsdl-mixer bzip2"
    1.16 -BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext libsdl-mixer-dev glibc-locale bzip2-dev expat-dev"
    1.17  TAGS="strategy"
    1.18  
    1.19 +DEPENDS="zlib ncurses readline gtk+ gettext-base xorg-libXdamage libsdl-mixer \
    1.20 +bzip2"
    1.21 +BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext \
    1.22 +libsdl-mixer-dev glibc-locale bzip2-dev expat-dev"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	sed -i 's/--best/-9/' Makefile* data/scenario/Makefile*
    1.29 -	./configure --enable-client=gtk --enable-shared \
    1.30 +
    1.31 +	./configure \
    1.32 +		--enable-client=gtk \
    1.33 +		--enable-shared \
    1.34  		$CONFIGURE_ARGS &&
    1.35  	make -j1 &&
    1.36  	make -j1 install