diff options
author | geantbrun <bg@nutyx.(none)> | 2010-02-21 15:20:10 +0100 |
---|---|---|
committer | geantbrun <bg@nutyx.(none)> | 2010-02-21 15:20:10 +0100 |
commit | da8c4ad03321d9722a95849b2931a8a41d8c4620 (patch) | |
tree | f07a486cdbfe83a15865650dac5b98c1b524a9e1 /extra/pyxdg/Pkgfile | |
parent | c2d6c873f0376a4c7ad0fa59d06e169649a45c95 (diff) | |
download | nutyx-pakxe-da8c4ad03321d9722a95849b2931a8a41d8c4620.tar.gz nutyx-pakxe-da8c4ad03321d9722a95849b2931a8a41d8c4620.tar.bz2 nutyx-pakxe-da8c4ad03321d9722a95849b2931a8a41d8c4620.tar.xz nutyx-pakxe-da8c4ad03321d9722a95849b2931a8a41d8c4620.zip |
Ajout de pyxdg#0.19-1.pkg.tar.gz
Diffstat (limited to 'extra/pyxdg/Pkgfile')
-rw-r--r-- | extra/pyxdg/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/pyxdg/Pkgfile b/extra/pyxdg/Pkgfile new file mode 100644 index 000000000..760a9d96e --- /dev/null +++ b/extra/pyxdg/Pkgfile @@ -0,0 +1,16 @@ +# Description: Python library to access freedesktop.org standards. +# URL: http://freedesktop.org/wiki/Software/pyxdg +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: python + +name=pyxdg +version=0.19 +release=1 +source=(http://people.freedesktop.org/~lanius/$name-$version.tar.gz) + +build() { + cd $name-$version + python setup.py install --prefix=/usr --root=$PKG + rm $PKG/usr/lib/python2.6/site-packages/pyxdg-$version-py2.6.egg-info +} |