wok diff libxml2/receipt @ rev 2475

links, lighttpd-modules, libx*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 20:13:13 2009 +0000 (2009-03-15)
parents 17d3bc40263d
children 8e53a05c7532
line diff
     1.1 --- a/libxml2/receipt	Thu Dec 04 22:46:22 2008 +0100
     1.2 +++ b/libxml2/receipt	Sun Mar 15 20:13:13 2009 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://xmlsoft.org/"
     1.6  WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL"
     1.7 +DEPENDS="zlib"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  #
    1.11 @@ -21,8 +22,8 @@
    1.12  		--infodir=/usr/share/info \
    1.13  		--mandir=/usr/share/man \
    1.14  		--with-html-dir=/usr/share/doc
    1.15 -	$CONFIGURE_ARGS
    1.16 -	make
    1.17 +	$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21