wok diff gtkballs/receipt @ rev 9134

Weird fix for weird problem... (a line into cndrvcups-common)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 06 05:34:07 2011 +0100 (2011-03-06)
parents 7ceb93094fe3
children d1c17bd2c2bc
line diff
     1.1 --- a/gtkballs/receipt	Fri Feb 29 17:08:37 2008 +0100
     1.2 +++ b/gtkballs/receipt	Sun Mar 06 05:34:07 2011 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="Clone of DOS Lines."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+"
     1.8 +DEPENDS="gtk+ xorg-libXdamage"
     1.9  BUILD_DEPENDS="gtk+-dev"
    1.10  SUGGESTED="gtkballs-themes"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -21,8 +21,8 @@
    1.13  		--bindir=/usr/games \
    1.14  		--localstatedir=/var/games \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22