From dd8d740602680ff6e03305b71ec8a28da688dc83 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 17:29:22 +0100 Subject: pyxml déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/pyxml/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 base/pyxml/Pkgfile (limited to 'base/pyxml/Pkgfile') 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 + +} + + -- cgit v1.2.3-54-g00ecf