#Maintainer: George Vlahavas pkgname=pyxdg pkgver=0.25 pkgrel=1rl source=(http://www.freedesktop.org/~takluyver/pyxdg-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "pkg-info") url=http://www.freedesktop.org/wiki/Software/pyxdg slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyxdg (a python library to access freedesktop.org standards)" "PyXDG currently supports:" "" " * Base Directory Specification Version 0.6" " * Menu Specification Version 1.0-draft1" " * Desktop Entry Specification Version 0.9.4" " * Icon Theme Specification Version 0.8" " * Recent File Spec 0.2" " * Shared-MIME-Database Specification 0.13" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg --install-platlib=/usr/lib${LIBDIRSUFFIX} }