milis/talimatname/genel/python-xml/talimat

20 lines
367 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python için XML bağlayıcı kitaplık
# URL: http://www.gnome.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: python
name=python-xml
version=0.8.4
release=1
source=(http://downloads.sourceforge.net/pyxml/PyXML-0.8.4.tar.gz)
build() {
cd PyXML-$version
python2 setup.py build
python2 setup.py install --prefix=/usr --root=$PKG
}