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

pkgname=python-httplib2
pkgver=0.7.5
pkgrel=1rl
#arch=noarch
source=(http://httplib2.googlecode.com/files/httplib2-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/
docs=("announce.txt" "license.txt" "readme.txt" "thanks.txt")
url=http://code.google.com/p/httplib2/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-httplib2 (A python HTTP client library)"
"httplib2 is a comprehensive HTTP client library that supports many "
"features left out of other HTTP libraries."
)

build() {
	cd $SRC/httplib2-$pkgver
	python setup.py install --prefix=/usr --root=$PKG
}