#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=py3xdg
pkgver=0.25
pkgrel=1dj
source=("http://people.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------------------------------------------------------|
"py3xdg (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"
""
"This package is for Python version 3.x."
)


build() {
	cd $startdir/src/pyxdg-$pkgver
	python3 setup.py build
	python3 setup.py install --root=$startdir/pkg --install-platlib=/usr/lib${LIBDIRSUFFIX}
} 
