diff options
Diffstat (limited to 'extra/pyxml')
-rw-r--r-- | extra/pyxml/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pyxml/Pkgfile b/extra/pyxml/Pkgfile new file mode 100644 index 000000000..61aceef7d --- /dev/null +++ b/extra/pyxml/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie Python XML +# URL: http://www.gnome.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: python + +name=pyxml +version=0.8.4 +release=1 +source=(http://downloads.sourceforge.net/$name/PyXML-0.8.4.tar.gz) + +build() { + cd PyXML-$version + python setup.py build + python setup.py install --prefix=/usr --root=$PKG + +} + |