wok diff freeciv/receipt @ rev 6333

Up: freeciv to 2.2.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 18 20:05:05 2010 +0000 (2010-09-18)
parents 0ba0dc6475a9
children 24232b761795
line diff
     1.1 --- a/freeciv/receipt	Tue Sep 14 19:13:02 2010 +0000
     1.2 +++ b/freeciv/receipt	Sat Sep 18 20:05:05 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freeciv"
     1.7 -VERSION="2.2.2"
     1.8 +VERSION="2.2.3"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Empire-building strategy game."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -19,7 +19,7 @@
    1.13  	sed -i 's/--best/-9/' Makefile* data/scenario/Makefile*
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 +	make -j 4 &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20