# Description: Python2 binding for the libxml2 and libxslt libraries.
# URL: URL: http://lxml.de/
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: libxslt python-beautifulsoup3 python-cssselect 
name=python-lxml
version=3.4.0
release=1

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

build() {
    cd lxml-$version
    python2 setup.py install --prefix=/usr --root=$PKG

    # doc
    install -d $PKG/usr/share/doc/$name-$version
    cp -r doc/html $PKG/usr/share/doc/$name-$version
}



# NuTyX Pkgfile (http://nutyx.org)