wok-next diff freeciv/receipt @ rev 7098
Up mtr (0.80)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Nov 03 09:59:21 2010 +0000 (2010-11-03) |
parents | 0ba0dc6475a9 |
children | 24232b761795 |
line diff
1.1 --- a/freeciv/receipt Tue Sep 14 19:13:02 2010 +0000 1.2 +++ b/freeciv/receipt Wed Nov 03 09:59:21 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