wok-current diff warzone2100/receipt @ rev 8039
Fix: most xfce4 apps need intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 20 15:02:14 2011 +0100 (2011-01-20) |
parents | 984ef823b1f3 |
children | 7105413c66f2 |
line diff
1.1 --- a/warzone2100/receipt Thu Oct 07 12:28:16 2010 +0000 1.2 +++ b/warzone2100/receipt Thu Jan 20 15:02:14 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="warzone2100" 1.7 -VERSION="2.3.5" 1.8 +VERSION="2.3.6" 1.9 CATEGORY="games" 1.10 SHORT_DESC="3D realtime strategy game on a future Earth" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -19,6 +19,7 @@ 1.13 --prefix=/usr \ 1.14 --infodir=/usr/share/info \ 1.15 --mandir=/usr/share/man \ 1.16 + --disable-motif \ 1.17 $CONFIGURE_ARGS && 1.18 make && make DESTDIR=$PWD/_pkg install 1.19 }