summaryrefslogtreecommitdiffstats
path: root/lxml/Pkgfile
blob: 525c2c2a42f82d0a1311a7930606169a30240a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: librairie python pour le traitement du XML
# URL: http://pypi.python.org/pypi/lxml
# Maintainer: NuTyX core team
# Packager: skingrapher at legtux dot org
# Depends on: libxml2,libxslt
# Run on: libxml2,libxslt

name=lxml
version=2.3
release=1
source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	python2 setup.py install --root=$PKG
}