updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / python-bottle / PKGBUILD
blobb0f33ad8ef69be55f68977e8be9912adc0aead4a
1 # Contributor: Richard Murri <admin@richardmurri.com>
2 # Contributor: Farhad Shahbazi <farhad@enthusiasm.cc>
3 # Maintainer: Felix Kaiser <felix.kaiser@fxkr.net>
5 pkgname=python-bottle
6 pkgver=0.10.2
7 pkgrel=1
8 pkgdesc="a fast and simple micro-framework for small web-applications"
9 arch=(any)
10 url="http://bottlepy.org"
11 license=('MIT')
12 depends=('python')
13 options=(!emptydirs)
14 source=(http://pypi.python.org/packages/source/b/bottle/bottle-${pkgver}.tar.gz)
15 md5sums=('a49bbea56b252cb786beccbeea9cdb90')
17 build() {
18   cd "${srcdir}/bottle-${pkgver}"
19   python setup.py install --root="${pkgdir}" --optimize=1