1 # Contributor: Tudhalyas <tudhalyas_AT_gmail_DOT_com>
6 pkgdesc="Remote GUI for the aMule Daemon, an eMule-like client for the ed2k p2p network"
8 url="http://www.amule.org/"
10 depends=('wxgtk>=2.8.0' 'gd>=2.0.34' 'binutils>=2.17.50.0.18' 'geoip>=1.4.4' 'libupnp>=1.6.6')
11 makedepends=('crypto++')
12 conflicts=('amule' 'amule-svn' 'amule-noupnp-svn' 'amule-noupnp')
13 provides=("amulegui=${pkgver}")
14 source=(http://downloads.sourceforge.net/sourceforge/amule/aMule-${pkgver}.tar.bz2)
15 md5sums=('530d9b48187e36f78fc21bb19e94326d')
18 cd ${srcdir}/aMule-${pkgver}
19 ./configure --prefix=/usr \
20 --mandir=/usr/share/man \
27 --disable-monolithic \
32 make DESTDIR=${pkgdir}/ install || return 1