updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / python-xmppony / PKGBUILD
blobac5aa9b007061a0e6aea49516a104e07a3cfb0b0
1 # Contributor: Vincent Berset <msieurhappy@gmail.com>
3 pkgname=python-xmppony
4 _pkgname=xmppony
5 pkgver=0.1
6 pkgrel=2
7 pkgdesc="XMPP library written in Python"
8 arch=('i686' 'x86_64')
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     python setup.py install --prefix=/usr --root=$startdir/pkg