summaryrefslogtreecommitdiffstats
path: root/extra/pyxml/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyxml/Pkgfile')
-rw-r--r--extra/pyxml/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/pyxml/Pkgfile b/extra/pyxml/Pkgfile
deleted file mode 100644
index 2d2d61aab..000000000
--- a/extra/pyxml/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-
-}
-
-