diff options
Diffstat (limited to 'base/pyxdg/Pkgfile')
-rw-r--r-- | base/pyxdg/Pkgfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/base/pyxdg/Pkgfile b/base/pyxdg/Pkgfile deleted file mode 100644 index 7e0b51830..000000000 --- a/base/pyxdg/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -} |