#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented is optional and can be deleted pkgname=httplib2 pkgver=0.6.0 pkgrel=1rl #arch=noarch source=(http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("authors" "install" "readme" "copying") url=http://code.google.com/p/httplib2/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "httplib2 (A comprehensive HTTP client library)" "A comprehensive HTTP client library that supports many features left" "out of other HTTP libraries." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }