#Packager: Frédéric Galusik pkgname=httplib2 pkgver=0.9.2 pkgrel=1tjb #arch=noarch source=(https://github.com/httplib2/httplib2/archive/$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("announce.txt" "license.txt" "readme.txt" "thanks.txt") url=https://github.com/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 }