1 # Contributor: Défossez Alexandre <alexandre.defossez at google mailing service>
3 pkgname=django-simple-captcha
6 pkgdesc="Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form."
8 url="http://code.google.com/p/django-simple-captcha/"
10 depends=('python2' 'django' 'python-imaging')
12 optdepends=("flite: required for text-to-speech (audio) output")
19 source=("http://django-simple-captcha.googlecode.com/files/$pkgname-$pkgver.tar.gz")
20 #source=("$pkgname-$pkgver.tar.gz")
21 sha1sums=('e77b88b0445fbf1d752354c49d6ba5ae77a63cd4')
26 cd $srcdir/$pkgname-$pkgver
27 python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1
29 # Remember to install licenses if the license is not a common license!
30 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE