updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / python2-wokkel-muc-hg / PKGBUILD
blob2855a91d247375a362626467d58670642a94f3e9
1 # Maintainer : Wido <widomaker2k7@gmail.com>
3 pkgname=python2-wokkel-muc-hg
4 pkgver=101
5 pkgrel=2
6 pkgdesc="Twisted Jabber support library muc client support"
7 license=('custom:"Wokkel License"')
8 url="http://wokkel.ik.nu/"
9 source=()
10 arch=('any')
11 makedepends=('python2-distribute' 'mercurial')
12 depends=('twisted')
13 conflicts=(python-wokkel)
15 build() {
16 cd "$srcdir"
17 msg "Connecting to Mercurial server...."
18 hg clone http://hg.ik.nu/wokkel wokkel
19     cd 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..."
26 cd "$srcdir"/wokkel
27  python2 setup.py install --prefix=/usr --root=$startdir/pkg --optimize=1