updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / python-elixir / PKGBUILD
blob4e057d70c92ec88504cfce7f4f1e3a78fe963d82
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>
4 pkgname=python-elixir
5 pkgver=0.7.1
6 pkgrel=5
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/"
9 license=('MIT')
10 arch=(any)
11 depends=('python2' 'python2-sqlalchemy' python2-distribute)
12 source=(http://pypi.python.org/packages/source/E/Elixir/Elixir-$pkgver.tar.gz)
13 md5sums=('5615ec9693e3a8e44f69623d58f54116')
15 build() {
16   /bin/true
19 package() {
20   cd "$srcdir/Elixir-$pkgver"
21   python2 setup.py install --root="$pkgdir"