#Packager: Frédéric Galusik <fredg~at~salixos~dot~org>

pkgname=python-dateutil
pkgver=1.5
pkgrel=3rl
#arch=noarch
source=(http://labix.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver
docs=("license" "news" "readme")
url=http://labix.org/python-dateutil

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-dateutil (powerful extensions to the standard datetime module)"
"The python dateutil module provides powerful extensions to the"
"standard datetime module."
)

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