wok-current rev 7490
Up: warzone2100 to 2.3.6. Added --disable-motif so we don't need openmotif as depend for warzone2100 to run.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 02 23:04:15 2010 +0000 (2010-12-02) |
parents | 248c71289c04 |
children | 686cda691eef |
files | warzone2100/receipt |
line diff
1.1 --- a/warzone2100/receipt Fri Dec 03 11:08:01 2010 +0800 1.2 +++ b/warzone2100/receipt Thu Dec 02 23:04:15 2010 +0000 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 }