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

pkgname=urlgrabber
pkgver=3.9.1
pkgrel=2gv
source=("http://pypi.python.org/packages/source/u/urlgrabber/urlgrabber-$pkgver.tar.gz")
docs=("authors" "install" "readme" "copying" "license" "changelog" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"urlgrabber (A high-level cross-protocol url-grabber for python)"
"urlgrabber dramatically simplifies the fetching of files. It is"
"designed to be used in programs that need common (but not necessarily"
"simple) url-fetching features. This package provides both a binary and"
"a module, both of the name urlgrabber."
)

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