updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-flask-babel / PKGBUILD
blob579c0c096ffaca98b6c9677956f39c43da163e1f
1 # Contributor: Frank Smit <frank/61924/nl>
2 pkgname=python-flask-babel
3 pkgver=0.6
4 pkgrel=2
5 pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library."
6 arch=(any)
7 url="http://pypi.python.org/pypi/Flask-Babel"
8 license=("BSD")
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")
14 build() {
15     cd $srcdir/Flask-Babel-$pkgver
16     python2 setup.py install --root="$pkgdir" --prefix=/usr