1 # Maintainer: mathieui <mathieui[at]mathieui.net>
2 # Contributor: mathieui <mathieui[at]mathieui.net>
7 pkgdesc="A full-featured command-line irc-like (muc-centered) jabber client (hg)"
13 depends=('python' 'python-sleekxmpp-poezio')
14 makedepends=('mercurial' 'python-sleekxmpp-poezio')
15 optdepends=('python-dnspython-hg: SRV records support (also, gmail)')
18 _hgroot="http://hg.louiz.org/"
22 msg "Connecting to Mercurial server...."
24 if [ -d $_hgrepo ] ; then
27 msg "The local files are updated."
30 hg clone $_hgroot $_hgrepo
33 msg "Mercurial checkout done or server timeout"
34 msg "Starting make..."
36 rm -rf "$srcdir/$_hgrepo-build"
37 cp -r "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build"
38 cd "$srcdir/$_hgrepo-build"
42 cd "$srcdir/$_hgrepo-build"
44 make DESTDIR=$pkgdir prefix=/usr install