wok diff libxslt/receipt @ rev 3511

change ohci_hcd for full hard disk install on usb disk
author Rohit Joshi <jozee@slitaz.org>
date Fri Jun 19 15:56:06 2009 +0000 (2009-06-19)
parents acceac334d59
children 495272e1b6f6
line diff
     1.1 --- a/libxslt/receipt	Thu Oct 16 20:13:47 2008 +0000
     1.2 +++ b/libxslt/receipt	Fri Jun 19 15:56:06 2009 +0000
     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