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