1 # Maintainer : Wido <widomaker2k7@gmail.com>
3 pkgname=python2-wokkel-muc-hg
6 pkgdesc="Twisted Jabber support library muc client support"
7 license=('custom:"Wokkel License"')
8 url="http://wokkel.ik.nu/"
11 makedepends=('python2-distribute' 'mercurial')
13 conflicts=(python-wokkel)
17 msg "Connecting to Mercurial server...."
18 hg clone http://hg.ik.nu/wokkel wokkel
20 hg pull -f http://hg.ik.nu/ralphm/wokkel-muc-client-support-24-2
21 hg merge wokkel-muc-client-support-24
22 hg commit -u "SàT installation script" -m "Merged wokkel's MUC branch"
23 msg "Mercurial clone done or server timeout"
24 msg "Starting make..."
27 python2 setup.py install --prefix=/usr --root=$startdir/pkg --optimize=1