# HG changeset patch # User Eric Joseph-Alexandre # Date 1324780599 -3600 # Node ID 79091c9a2a846497d6f4acae76e95198133914f8 # Parent a472d23561c4a01aadec660bd13650a3c338cb27 libxslt, libxslt-python: fix build diff -r a472d23561c4 -r 79091c9a2a84 libxslt-python/receipt --- a/libxslt-python/receipt Sun Dec 25 03:16:17 2011 +0100 +++ b/libxslt-python/receipt Sun Dec 25 03:36:39 2011 +0100 @@ -16,6 +16,6 @@ mkdir -p $fs/usr/lib # Python module PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib + cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib } diff -r a472d23561c4 -r 79091c9a2a84 libxslt/receipt --- a/libxslt/receipt Sun Dec 25 03:16:17 2011 +0100 +++ b/libxslt/receipt Sun Dec 25 03:36:39 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="XSLT support for libxml2." MAINTAINER="pankso@slitaz.org" DEPENDS="libgcrypt libxml2 zlib" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xmlsoft.org/XSLT/" WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL"