wok view lxml/receipt @ rev 8234

Up: get-LibreOffice (v1.1.9 for stable v3.3.0) - will need fix for next release as this contains fix for incorrect archive packaging.
author Ben Arnold <ben@seawolfsanctuary.com>
date Thu Jan 27 07:36:43 2011 +0000 (2011-01-27)
parents d04823a784db
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxml"
4 VERSION="2.2.8"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for libxml2 and libxslt libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://codespeak.net/lxml/"
10 WGET_URL="http://launchpad.net/$PACKAGE/2.2/2.2.8/+download/$TARBALL"
11 DEPENDS="python libxml2 libxslt zlib"
12 BUILD_DEPENDS="python python-dev libxml2-dev libxslt-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build &&
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }