summaryrefslogtreecommitdiffstats
path: root/base/pyxml/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:02:20 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:02:20 +0200
commit0b9cbfc1410547efa08527a74f078c9ebbf43e97 (patch)
tree88efc2fcdbb2711a00d06cf54ca8a5bc3d6d35bf /base/pyxml/Pkgfile
parentebe9fa9c42cc67959cf458de9f53f4f5be390d35 (diff)
downloadnutyx-pakxe-0b9cbfc1410547efa08527a74f078c9ebbf43e97.tar.gz
nutyx-pakxe-0b9cbfc1410547efa08527a74f078c9ebbf43e97.tar.bz2
nutyx-pakxe-0b9cbfc1410547efa08527a74f078c9ebbf43e97.tar.xz
nutyx-pakxe-0b9cbfc1410547efa08527a74f078c9ebbf43e97.zip
pyxml dans extra
Diffstat (limited to 'base/pyxml/Pkgfile')
-rw-r--r--base/pyxml/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/pyxml/Pkgfile b/base/pyxml/Pkgfile
deleted file mode 100644
index 2d2d61aab..000000000
--- a/base/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
-
-}
-
-