updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / python-wokkel / PKGBUILD
blobc0cbb87d32a8a71efe7aa1f6851fe161339e6d66
1 # Contributor: Maurizio Porrato <maurizio.porrato@gmail.com>
2 pkgname=python-wokkel
3 pkgver=0.6.3
4 pkgrel=4
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') 
10 arch=(any)
11 makedepends=('python2-distribute')
12 depends=('twisted')
14 build() {
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