wok view python-lxml/receipt @ rev 17317

Add tix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 08:58:28 2014 +0100 (2014-11-04)
parents 2a5cc8208d36
children 4ca6eb8bdb8b
line source
1 # SliTaz package receipt.
3 PACKAGE="python-lxml"
4 VERSION="2.3"
5 CATEGORY="development"
6 SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD GPL PSL"
9 SOURCE="lxml"
10 TARBALL="$SOURCE-$VERSION.tgz"
11 WEB_SITE="http://codespeak.net/lxml/"
12 WGET_URL="${WEB_SITE}${TARBALL}"
14 DEPENDS="python libxml2 libxslt zlib"
15 BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make && python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }