1 # Maintainer: Jacob Courtneay <jacob@sporkexec.com>
2 # Contributor: Bernhard Walle <bernhard.walle@gmx.de>
8 pkgdesc="Python access for PostgreSQL"
9 url="http://www.pygresql.org/"
11 depends=(python2 postgresql postgresql-libs)
13 source=(http://pypi.python.org/packages/source/P/$_pkgname/$_pkgname-$pkgver.tar.gz)
14 md5sums=('1aca50e59ff4cc56abe9452a9a49c5ff')
17 cd $srcdir/$_pkgname-$pkgver
18 python2 setup.py build || return 1
19 python2 setup.py install --prefix=/usr --root=$pkgdir || return 1