5 pkgdesc='An eMule-like client for the eD2k and Kademlia p2p networks ( Daemon Function )'
6 url='http://www.amule.org'
9 backup=('etc/conf.d/amule.conf')
10 depends=('wxgtk' 'gd' 'binutils' 'geoip')
11 makedepends=('crypto++' 'git')
12 provides=('amule' 'amule-svn' 'amule-devel')
13 conflicts=('amule' 'amule-svn' 'amule-devel')
14 source=('amuled' 'amule.conf')
15 #http://amule.sourceforge.net/tarballs/aMule-SVN-r10080.tar.bz2)
17 _gitroot="git://repo.or.cz/amule.git"
23 msg "Connecting to repo.or.cz GIT server...."
24 git clone $_gitroot $_gitname
25 msg "GIT checkout done or server timeout"
26 msg "Starting make..."
27 cd ${srcdir}/$_gitname
29 #cd ${srcdir}/aMule-SVN-r10080
31 ./configure --prefix=/usr \
32 --mandir=/usr/share/man \
33 --enable-utf8-systray \
40 --enable-amule-daemon \
47 make DESTDIR=${pkgdir} install || return 1
48 install -D -m644 ${srcdir}/amule.conf ${pkgdir}/etc/conf.d/amule.conf
49 install -D -m755 ${srcdir}/amuled ${pkgdir}/etc/rc.d/amuled
51 md5sums=('f710777ed5fa52e56f2c247fbeb4a281'
52 '6652f53c665776faab107c6ba573ce26')