summaryrefslogtreecommitdiffstats
path: root/pyxdg/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pyxdg/Pkgfile')
-rw-r--r--pyxdg/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyxdg/Pkgfile b/pyxdg/Pkgfile
new file mode 100644
index 000000000..7e0b51830
--- /dev/null
+++ b/pyxdg/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Bibliothèque Python permettant l'accès aux standards FreeDesktop
+# URL: http://freedesktop.org/wiki/Software/pyxdg
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on:
+# Run on:
+
+name=pyxdg
+version=0.19
+release=2
+source=(http://people.freedesktop.org/~lanius/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python2 setup.py install --prefix=/usr --root=$PKG
+}