updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / python2-xmppony / PKGBUILD
blob5bf1299becce972ac3ec53ad137e5fad2ccb9985
1 # Contributor: Vincent Berset <msieurhappy@gmail.com>
3 pkgname=python2-xmppony
4 _pkgname=xmppony
5 pkgver=0.1
6 pkgrel=2
7 pkgdesc="XMPP library written in Python"
8 arch=(any)
9 url="http://xmppony.last-exile.org"
10 license=('GPL3')
11 depends=('python')
12 optdepends=('python-dnspython: SRV records support' 'pydns: SRV records support')
13 makedepends=('setuptools')
14 source=("http://xmppony.last-exile.org/sources/$_pkgname-$pkgver.tar.bz2")
15 md5sums=('8f7349ea63e039e143c7a00c9ea499ea')
17 build() {
18     cd $startdir/src/$_pkgname-$pkgver
19     python2 setup.py install --prefix=/usr --root=$startdir/pkg