updated on Tue Jan 10 16:09:17 UTC 2012
[aur-mirror.git] / amulegui-upnp / PKGBUILD
blob4e82c0ef09865477aae55b3d17b78c122b93ebca
1 # Contributor: Tudhalyas <tudhalyas_AT_gmail_DOT_com>
3 pkgname=amulegui-upnp
4 pkgver=2.2.6
5 pkgrel=1
6 pkgdesc="Remote GUI for the aMule Daemon, an eMule-like client for the ed2k p2p network"
7 arch=('i686' 'x86_64')
8 url="http://www.amule.org/"
9 license=('GPL')
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')
17 build() {
18   cd ${srcdir}/aMule-${pkgver}
19   ./configure --prefix=/usr \
20               --mandir=/usr/share/man \
21               --enable-optimize \
22               --enable-amule-gui \
23               --disable-cas \
24               --disable-alcc \
25               --enable-upnp \
26               --enable-geoip \
27               --disable-monolithic \
28               --disable-wxcas \
29               --disable-alc \
30               --disable-debug
31   make || return 1
32   make DESTDIR=${pkgdir}/ install || return 1