updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / python-flask-themes / PKGBUILD
blob73def644c3008ed074a29dfa29c2bb088700bf43
1 # Contributor: mlq <mlq@pwmt.org>
2 pkgname=python-flask-themes
3 pkgver=0.1.2
4 pkgrel=1
5 pkgdesc="Flask-Themes makes it easy for your application to support a wide range
6 of appearances."
7 arch=(any)
8 url="http://pypi.python.org/pypi/Flask-Themes"
9 license=("BSD")
10 depends=("python2" "python-flask")
11 makedepends=("setuptools")
12 source=("http://pypi.python.org/packages/source/F/Flask-Themes/Flask-Themes-$pkgver.tar.gz")
13 md5sums=('4ec60aaab006b82cef9b04d0a83940b8')
15 build() {
16     cd $srcdir/Flask-Themes-$pkgver
17     python2 setup.py install --root="$pkgdir" --prefix=/usr