1 # Contributor: Maurizio Porrato <maurizio.porrato@gmail.com>
5 pkgdesc="Twisted Jabber support library"
6 license=('custom:"Wokkel License"')
7 url="http://wokkel.ik.nu/"
8 source=("http://wokkel.ik.nu/releases/$pkgver/wokkel-$pkgver.tar.gz")
9 md5sums=('bfc6570c19602393b43ec25c69ec7727')
11 makedepends=('python2-distribute')
15 cd $srcdir/wokkel-$pkgver
16 python2 setup.py install --prefix=/usr --root=$startdir/pkg --optimize=1
17 install -Dm 644 $srcdir/wokkel-$pkgver/LICENSE $pkgdir/usr/share/licenses/python-wokkel/license