wok diff libxslt-python/receipt @ rev 11401

Fix: typo in linux-libre-api-headers (thanks to godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 11 02:16:15 2011 +0100 (2011-12-11)
parents
children 79091c9a2a84
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxslt-python/receipt	Sun Dec 11 02:16:15 2011 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libxslt-python"
     1.7 +VERSION="1.1.26"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="python module for libxslt"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="libxslt python"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WANTED="libxslt"
    1.14 +WEB_SITE="http://xmlsoft.org/"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	# Python module
    1.21 +	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.22 +	cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
    1.23 +}
    1.24 +