1 # Contributor: Frank Smit <frank/61924/nl>
2 pkgname=python-flask-babel
5 pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library."
7 url="http://pypi.python.org/pypi/Flask-Babel"
9 depends=("python2" "python-flask" "python-babel" "python-pytz" "python-speaklater")
10 makedepends=("setuptools")
11 source=("http://pypi.python.org/packages/source/F/Flask-Babel/Flask-Babel-0.6.tar.gz")
12 md5sums=("995aad3285f39f44deab64227712771d")
15 cd $srcdir/Flask-Babel-$pkgver
16 python2 setup.py install --root="$pkgdir" --prefix=/usr