wok rev 11535

libxslt, libxslt-python: fix build
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 25 03:36:39 2011 +0100 (2011-12-25)
parents a472d23561c4
children e37a5392b9d5
files libxslt-python/receipt libxslt/receipt
line diff
     1.1 --- a/libxslt-python/receipt	Sun Dec 25 03:16:17 2011 +0100
     1.2 +++ b/libxslt-python/receipt	Sun Dec 25 03:36:39 2011 +0100
     1.3 @@ -16,6 +16,6 @@
     1.4  	mkdir -p $fs/usr/lib
     1.5  	# Python module
     1.6  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
     1.7 -	cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
     1.8 +	cp -a $_pkg/usr/lib/$PYTHON_LIB  $fs/usr/lib
     1.9  }
    1.10  
     2.1 --- a/libxslt/receipt	Sun Dec 25 03:16:17 2011 +0100
     2.2 +++ b/libxslt/receipt	Sun Dec 25 03:36:39 2011 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="XSLT support for libxml2."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="libgcrypt libxml2 zlib"
     2.7 -BUILD_DEPENDS="python"
     2.8 +BUILD_DEPENDS="python-dev"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://www.xmlsoft.org/XSLT/"
    2.11  WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL"