1 # Contributor: JWC <bulk aaa aaatt tttt jwcxz dddd 0ttt c0m>
7 pkgdesc="A Python API to interact with Google Voice"
9 url="http://code.google.com/p/pygooglevoice/"
13 source=(http://pygooglevoice.googlecode.com/files/$_pypkg-$pkgver.tar.gz
14 http://pygooglevoice.googlecode.com/hg/LICENSE.txt)
15 md5sums=('3649e45b7615f5970be79db401205be6'
16 'e82930030064ce9006c2dcc4b0c8ad46')
20 cd $srcdir/$_pypkg-$pkgver
21 python setup.py install --root=$pkgdir/ --optimize=1 || return 1
23 install -D -m644 $srcdir/LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE