diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/python-pyxmpp |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/python-pyxmpp')
-rw-r--r-- | community/python-pyxmpp/PKGBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/python-pyxmpp/PKGBUILD b/community/python-pyxmpp/PKGBUILD new file mode 100644 index 000000000..0d832aefb --- /dev/null +++ b/community/python-pyxmpp/PKGBUILD @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 26298 2010-09-14 17:18:19Z schuay $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: William Rea <sillywilly@gmail.com> + +pkgname=python-pyxmpp +pkgver=1.1.1 +pkgrel=2 +pkgdesc="A Python XMPP and Jabber implementation based on libxml2" +arch=('i686' 'x86_64') +url="http://pyxmpp.jajcus.net/" +license=('LGPL') +depends=('python-dnspython' 'libxml2' 'python-m2crypto') +source=(http://pyxmpp.jajcus.net/downloads/pyxmpp-$pkgver.tar.gz) +md5sums=('5f1f5472c3e2360fa49552cc49861bd4') + +build() { + cd $startdir/src/pyxmpp-$pkgver + python2 setup.py build + python2 setup.py install --root=$pkgdir +} |