You are not logged in.

#1 2009-04-18 06:52:26

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

amule without wxwidget or x dependencies [Solved]

Hi.
I am trying to compile amule without wxwidget or x dependencies but to no avail. I am trying to install amule to a headless server with the intention of running amuleweb.

Below is the detail of my pkgbuild:

pkgname=amule
pkgver=2.2.4
pkgrel=1
pkgdesc="An eMule-like client for ed2k p2p network"
arch=('i686' 'x86_64')
url="http://www.amule.org"
license=('GPL')
depends=('geoip' 'binutils>=2.17.50.0.18')
makedepends=('crypto++')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/aMule-${pkgver}.tar.bz2)
md5sums=('283c428dd2961a57f2691c455c845a42')

build() {
  cd ${srcdir}/aMule-${pkgver}

  ./configure --prefix=/usr \
              --mandir=/usr/share/man \
              --enable-cas \
              --disable-monolithic \
              --enable-amule-daemon \
    --disable-wxcas \
    --disable-amule-gui \
              --enable-amulecmd \
              --enable-alcc \
              --enable-webserver \
              --disable-debug \
              --enable-optimize \
    --enable-ccache \
    --enable-geoip \
              --without-x 

  make || return 1
  make DESTDIR=${pkgdir}/ install || return 1
}

Last edited by archlinuxsagi (2009-05-10 00:43:36)

Offline

#2 2009-05-10 00:42:40

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: amule without wxwidget or x dependencies [Solved]

The trick is to install wxwidget and install the base libraries.
I have submitted the wxbase iibrary and amule to AUR.
Below are the links.
wxbase : http://aur.archlinux.org/packages.php?ID=26385
amule : http://aur.archlinux.org/packages.php?ID=10499

I have tried mldonkey but the download speed is very slow.

Last edited by archlinuxsagi (2009-05-10 00:43:15)

Offline

Board footer

Powered by FluxBB