19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
|
# Tanım: Libxml2 ve libxslt kitaplıkları için Python2 bağlaması.
|
|||
|
# URL: http://lxml.de/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: libxslt python-beautifulsoup3 python-cssselect
|
|||
|
|
|||
|
isim=python-lxml
|
|||
|
surum=3.7.3
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(https://pypi.io/packages/source/l/lxml/lxml-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd lxml-$surum
|
|||
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|||
|
# Belgeleme
|
|||
|
install -d $PKG/usr/share/doc/$isim-$surum
|
|||
|
cp -r doc/html $PKG/usr/share/doc/$isim-$surum
|
|||
|
}
|