1 # Maintainer: HazE <hansun.lee@gmail.com>
2 # Contributor: Jazzbug <yeonstyle@gmail.com>
4 pkgname=pidgin-nateon-hg
7 pkgdesc="Pidgin-Nateon is a NateOn protocol for Pidgin"
9 url="http://nateon.haz3.com"
13 source=('nateon-emote.tar.bz2')
14 md5sums=('8d924bedaf5cc056fac797a88dd9617b')
15 provides=('pidgin-nateon')
16 _hgroot="https://bitbucket.org/jonypoins"
17 _hgrepo="pidgin-nateon-aug2011"
21 msg "Connecting to Mercurial server...."
23 if [ -d $_hgrepo ] ; then
26 msg "The local files are updated."
28 hg clone --insecure $_hgroot $_hgrepo
32 msg "Mercurial checkout done or server timeout"
33 msg "Starting make..."
37 libtoolize --force --copy
41 ./configure --prefix=/usr || return 1
45 cp -R $srcdir/usr/ $startdir/pkg
46 make DESTDIR=$startdir/pkg install