updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / python-formalchemy / PKGBUILD
blob884a4d0149eda4c8076de1caa7e28eb07d1eb474
1 #Contributor: Fung Wing Kit <wengee@gmail.com>
2 pkgname=python-formalchemy
3 pkgver=1.3.3
4 pkgrel=1
5 pkgdesc="Auto-generated, customizable HTML input form fields from your SQLAlchemy mapped classes."
6 arch=(any)
7 url="http://code.google.com/p/formalchemy/"
8 depends=('python>=2.5')
9 source=(http://formalchemy.googlecode.com/files/FormAlchemy-${pkgver}.tar.gz)
10 license=('MIT License')
12 build()
14   cd $startdir/src/FormAlchemy-$pkgver
15   python setup.py install --root=$startdir/pkg
18 md5sums=('84a29720ec8d141e3e06cbb78fad5119')