updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / python-flask-wtf / PKGBUILD
blob556452cf285d59d54e556484b60667ab24433795
1 # Contributor: Frank Smit <frank/61924/nl>
2 # Maintainer: Felix Kaiser <felix.kaiser@fxkr.net>
4 pkgname=python-flask-wtf
5 pkgver=0.5.2
6 pkgrel=1
7 pkgdesc="Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration."
8 arch=(any)
9 url="http://pypi.python.org/pypi/Flask-WTF"
10 license=("BSD")
11 depends=("python2" "python-flask" "python-wtforms")
12 makedepends=("setuptools")
13 source=("http://pypi.python.org/packages/source/F/Flask-WTF/Flask-WTF-${pkgver}.tar.gz")
14 md5sums=("a291ad7f8b7fbf710c0d4b3f2aa0c175")
16 build() {
17     cd "$srcdir/Flask-WTF-$pkgver"
18     python2 setup.py install --root="$pkgdir" --prefix=/usr