# HG changeset patch # User Pascal Bellard # Date 1220184688 0 # Node ID 200afcc9e5f4a2ab3674878a7c6eca28e5595af9 # Parent 23798260cf7d2d46739326777ec55b316e3ba59d Add lxml diff -r 23798260cf7d -r 200afcc9e5f4 lxml/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxml/receipt Sun Aug 31 12:11:28 2008 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="lxml" +VERSION="2.1.1" +CATEGORY="development" +SHORT_DESC="Python bindings for libxml2 and libxslt libraries." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://codespeak.net/lxml/" +WGET_URL="http://codespeak.net/$PACKAGE/$TARBALL" +DEPENDS="python libxml2 libxslt" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +