1 # Maintainer: Chris Brannon <chris@the-brannons.com>
2 # Contributor: Tomas A. Schertel <tschertel.at.gmail.com>
3 # Contributor: Lauri Jäntti <lauri.jantti@cs.joensuu.fi>
7 pkgdesc="A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern"
8 url="http://elixir.ematia.de/"
11 depends=('python2' 'python2-sqlalchemy' python2-distribute)
12 source=(http://pypi.python.org/packages/source/E/Elixir/Elixir-$pkgver.tar.gz)
13 md5sums=('5615ec9693e3a8e44f69623d58f54116')
20 cd "$srcdir/Elixir-$pkgver"
21 python2 setup.py install --root="$pkgdir"