1 # Contributor: Peter Baldwin <bald_pete@hotmail.com>
2 # Contributor: Eduardo Robles Elvira <edulix AT gmail DOT com>
4 pkgname=python2-recaptcha-client
7 pkgdesc="Provides a CAPTCHA for Python using the reCAPTCHA service"
9 url="http://pypi.python.org/pypi/recaptcha-client"
10 source=(http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-$pkgver.tar.gz)
11 md5sums=('74228180f7e1fb76c4d7089160b0d919')
12 arch=('i686' 'x86_64')
13 depends=('python2' 'python2-distribute')
17 cd $startdir/src/recaptcha-client-$pkgver
18 python2 setup.py install --root=$startdir/pkg