# description : Python2 bindings for libxslt and libxml2 # depends : python2 libxslt name=python2-lxml version=4.2.5 release=1 source=(https://files.pythonhosted.org/packages/source/l/lxml/lxml-$version.tar.gz) md5sum=(ce042575c4459c4994f68b9a862a72a4) build() { cd lxml-$version python2 setup.py build python2 setup.py install --root=$PKG --optimize=1 }