#Maintainer: George Vlahavas pkgname=pyxdg pkgver=0.27 pkgrel=1slint source=("https://files.pythonhosted.org/packages/6f/2e/2251b5ae2f003d865beef79c8fcd517e907ed6a69f58c32403cec3eba9b2/pyxdg-0.27.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 install --root=$startdir/pkg python3 setup.py install --root=$startdir/pkg }