Açıklama çevirisi
This commit is contained in:
parent
20f8d39ef7
commit
39497f4905
|
@ -1,8 +1,8 @@
|
||||||
# Description: Python2 binding for the libxml2 and libxslt libraries.
|
# Description: Libxml2 ve libxslt kitaplıkları için Python2 bağlaması.
|
||||||
# URL: URL: http://lxml.de/
|
# URL: http://lxml.de/
|
||||||
# NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
# Depends on: libxslt python-beautifulsoup3 python-cssselect
|
||||||
# Depends on: libxslt python-beautifulsoup3 python-cssselect
|
|
||||||
name=python-lxml
|
name=python-lxml
|
||||||
version=3.4.0
|
version=3.4.0
|
||||||
release=1
|
release=1
|
||||||
|
@ -14,11 +14,7 @@ build() {
|
||||||
cd lxml-$version
|
cd lxml-$version
|
||||||
python2 setup.py install --prefix=/usr --root=$PKG
|
python2 setup.py install --prefix=/usr --root=$PKG
|
||||||
|
|
||||||
# doc
|
# Belgeleme
|
||||||
install -d $PKG/usr/share/doc/$name-$version
|
install -d $PKG/usr/share/doc/$name-$version
|
||||||
cp -r doc/html $PKG/usr/share/doc/$name-$version
|
cp -r doc/html $PKG/usr/share/doc/$name-$version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# NuTyX Pkgfile (http://nutyx.org)
|
|
||||||
|
|
Loading…
Reference in New Issue