wok diff hsetroot/receipt @ rev 2482

h*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 20:53:26 2009 +0000 (2009-03-15)
parents 2b7d1b0c7352
children c6ccd6bc43b1
line diff
     1.1 --- a/hsetroot/receipt	Fri Mar 07 16:24:51 2008 +0100
     1.2 +++ b/hsetroot/receipt	Sun Mar 15 20:53:26 2009 +0000
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Tool to set desktop wallpaper."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="imlib2 libpng"
     1.8 +DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
     1.9 +xorg-libXext"
    1.10  BUILD_DEPENDS="imlib2-dev libpng-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://thegraveyard.org/hsetroot.php"
    1.13 @@ -17,8 +18,8 @@
    1.14  	cd $src
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17 -		$CONFIGURE_ARGS
    1.18 -	make
    1.19 +		$CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23