wok diff gtklife/receipt @ rev 2516

g*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 16 22:01:20 2009 +0000 (2009-03-16)
parents 7ceb93094fe3
children 1ae5963f23df
line diff
     1.1 --- a/gtklife/receipt	Fri Feb 29 17:08:37 2008 +0100
     1.2 +++ b/gtklife/receipt	Mon Mar 16 22:01:20 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="Fast, featureful, open-source Conway's Life program."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+"
     1.8 +DEPENDS="gtk+ xorg-libXdamage"
     1.9  BUILD_DEPENDS="gtk+-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://ironphoenix.org/tril/gtklife/"
    1.12 @@ -19,8 +19,8 @@
    1.13  		--prefix=/usr \
    1.14  		--bindir=/usr/games \
    1.15  		--with-gtk2 \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make || return 1
    1.20  	mkdir -p _pkg/usr/games _pkg/usr/share/gtklife
    1.21  	cp -a graphics _pkg/usr/share/gtklife
    1.22  	cp -a patterns _pkg/usr/share/gtklife