wok-6.x diff hsetroot/receipt @ rev 3638
encfs: fix tarball name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 03 17:43:52 2009 +0200 (2009-07-03) |
parents | 2b7d1b0c7352 |
children | c6ccd6bc43b1 |
line diff
1.1 --- a/hsetroot/receipt Fri Mar 07 16:24:51 2008 +0100 1.2 +++ b/hsetroot/receipt Fri Jul 03 17:43:52 2009 +0200 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