wok diff lxnetdaemon/receipt @ rev 2474
lua, lx*, lzlib: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:05:38 2009 +0000 (2009-03-15) |
parents | 2dfe82a2e117 |
children | 04c44c43cca4 |
line diff
1.1 --- a/lxnetdaemon/receipt Sat Mar 22 15:13:36 2008 +0100 1.2 +++ b/lxnetdaemon/receipt Sun Mar 15 20:05:38 2009 +0000 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://lxde.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.7 +DEPENDS="glib" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -15,10 +16,9 @@ 1.12 cd $src 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 - echo "Continue..." 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.