wok-stable diff warmux/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 1cbcb9c1afb9
children 6c1acca69dd8
line diff
     1.1 --- a/warmux/receipt	Sun May 15 14:28:58 2011 +0000
     1.2 +++ b/warmux/receipt	Wed May 25 14:47:51 2011 +0000
     1.3 @@ -29,7 +29,8 @@
     1.4  	mkdir -p $DESTDIR/usr/share/warmux
     1.5  	./configure \
     1.6  		--bindir=/usr/games \
     1.7 -		--with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf &&
     1.8 +		--with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make -j1 install
    1.12  }