summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/amule/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/community/amule/PKGBUILD')
-rw-r--r--abs/extra-testing/community/amule/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/abs/extra-testing/community/amule/PKGBUILD b/abs/extra-testing/community/amule/PKGBUILD
deleted file mode 100644
index 3bb5c1b..0000000
--- a/abs/extra-testing/community/amule/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 63810 2010-01-18 20:34:42Z ibiru $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Henrik Ronellenfitsch <searinox@web.de>
-
-pkgname=amule
-pkgver=2.2.6
-pkgrel=2
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org"
-license=('GPL')
-depends=('wxgtk>=2.8.10.1' 'gd>=2.0.35' 'geoip')
-makedepends=('crypto++')
-source=(http://downloads.sourceforge.net/project/${pkgname}/aMule/${pkgver}/aMule-${pkgver}.tar.bz2)
-md5sums=('530d9b48187e36f78fc21bb19e94326d')
-
-build() {
- cd ${srcdir}/aMule-${pkgver}
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-cas \
- --enable-wxcas \
- --enable-amule-daemon \
- --enable-amulecmd \
- --enable-amule-gui \
- --enable-alc \
- --enable-alcc \
- --enable-webserver \
- --disable-debug \
- --enable-optimize \
- --enable-ccache \
- --enable-geoip
-
- make || return 1
- make DESTDIR=${pkgdir}/ install || return 1
-}