# HG changeset patch # User Christopher Rogers # Date 1297735041 0 # Node ID abf361c5b9960712fa30b481414fb0f04d222276 # Parent 7c0d3f10f7d404fc804e5db36f71a998a1aff0ea Remove lxml since we have python-lxml. python-lxml is used only in openerp-server. diff -r 7c0d3f10f7d4 -r abf361c5b996 lxml/receipt --- a/lxml/receipt Tue Feb 15 01:40:47 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="lxml" -VERSION="2.2.8" -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://launchpad.net/$PACKAGE/2.2/2.2.8/+download/$TARBALL" -DEPENDS="python libxml2 libxslt zlib" -BUILD_DEPENDS="python python-dev libxml2-dev libxslt-dev" - -# 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 -} -