wok diff libxslt/receipt @ rev 2510

qemu: update depends
author Julien Rabier <taziden@slitaz.org>
date Mon Mar 16 16:44:07 2009 +0100 (2009-03-16)
parents acceac334d59
children 495272e1b6f6
line diff
     1.1 --- a/libxslt/receipt	Thu Oct 16 20:13:47 2008 +0000
     1.2 +++ b/libxslt/receipt	Mon Mar 16 16:44:07 2009 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="XSLT support for libxml2."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libgcrypt"
     1.8 +DEPENDS="libgcrypt libxml2 zlib"
     1.9  BUILD_DEPENDS="libxml2-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.xmlsoft.org/XSLT/"
    1.12 @@ -20,8 +20,8 @@
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15  		--with-html-dir=/usr/share/doc \
    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