1 # Maintainer: Marti Raudsepp <marti@juffo.org>
6 pkgdesc="Command line tool to interact with the PostgreSQL Extension Network"
10 depends=('python2' 'python2-distribute')
11 conflicts=('pgxn-client')
12 source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
18 cd $srcdir/$pkgname-$pkgver/
19 python2 setup.py install --root=$pkgdir
21 install -d -m755 "${pkgdir}/usr/share/licenses/$pkgname"
22 install -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/"
24 md5sums=('a27fecfa720ec7435465327a695798bf')