#Maintainer: George Vlahavas (vlahavas~AT~gmail~DOT~com, gapan@zenwalk forums) pkgname=gdata-python-client pkgver=1.0.12.1 pkgrel=1 zenver=52 arch=i486 source=("http://gdata-python-client.googlecode.com/files/gdata.py-1.0.12.1.tar.gz") docs=("readme*" "install*" "copying" "changelog" "authors" "news" "todo" "release_notes.txt") url=http://code.google.com/p/gdata-python-client/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gdata-python-client - Google Data APIs Python Client Library" "The Google Data APIs (Google data) provide a simple protocol for" "reading and writing data on the web. The Google data Python Client" "Library provides a library and source code that make it easy to access" "data through Google Data APIs." ) build() { cd $startdir/src/gdata.py-$pkgver python setup.py build python setup.py install --prefix=/usr --root=$startdir/pkg }