Açıklama çevirisi

This commit is contained in:
Yaşar Çiv 2017-04-13 10:19:14 +03:00 committed by GitHub
parent 20f8d39ef7
commit 39497f4905
1 changed files with 6 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# 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
# Description: Libxml2 ve libxslt kitaplıkları için Python2 bağlaması.
# URL: http://lxml.de/
# Packager: milisarge
# Depends on: libxslt python-beautifulsoup3 python-cssselect
name=python-lxml
version=3.4.0
release=1
@ -14,11 +14,7 @@ build() {
cd lxml-$version
python2 setup.py install --prefix=/usr --root=$PKG
# doc
# Belgeleme
install -d $PKG/usr/share/doc/$name-$version
cp -r doc/html $PKG/usr/share/doc/$name-$version
}
# NuTyX Pkgfile (http://nutyx.org)