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

pkgname=python-distutils-extra
pkgver=2.39
pkgrel=1gv
source=("https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz")
docs=("authors" "install" "readme" "copying")
url=https://launchpad.net/python-distutils-extra

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-distutils-extra (Enhancements to the Python build system)"
"python-distutils-extra enables you to easily integrate gettext"
"support, themed icons and scrollkeeper based documentation into"
"Python's distutils."
)

build() {
	cd $startdir/src/$pkgname-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}
