You are not logged in.

#1 2005-05-18 12:07:48

riddler
Member
Registered: 2004-10-07
Posts: 28

[new] aMule 2.0.1 Hotfix

Well, I decided to prepare this pkgbuild for the aMule 2.0.1 hotfix, because the developers said it's very important to update. The 100% cpu-usage is now fixed.

So here it is:

# Contributor: rdl <rlddler at t-online dot de> 
pkgname=amule
pkgver=2.0.1
pkgrel=1
pkgdesc="aMule is an eMule-like client for the ed2k-network"
url="http://www.amule.org"
license="GPL"
depends=('wxgtk>=2.4.2-3' 'curl>=7.9.5' 'libjpeg' 'libtiff' 'perl' 'xorg' 'gd>=2.0.0')
source=(http://ovh.dl.sourceforge.net/sourceforge/amule/aMule-$pkgver.tar.gz)
md5sums=(a88e6d9b263d684d8dc064a2bf535569)

build() {
  cd $startdir/src/aMule-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

In my case it works, so I'm pretty sure it'll work for you too,
Have fun.

Offline

#2 2005-05-18 13:13:39

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] aMule 2.0.1 Hotfix

wxgtk>=2.6.0 should be set and also compiled against (in testing)


The impossible missions are the only ones which succeed.

Offline

#3 2005-05-18 15:55:30

riddler
Member
Registered: 2004-10-07
Posts: 28

Re: [new] aMule 2.0.1 Hotfix

Yes, i forgot to say something about this.

I had 'wxgtk>=2.6.0', but when I want to build that package I get the message that I don't have 2.6.0, although I have installed the 2.6.0-3 from testing.

With the pkgbuild if posted it worked, but of course you need the 2.6.0 (or 2.6.0-3, 2.6.0-2, both working too).

Offline

#4 2005-05-18 21:59:35

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] aMule 2.0.1 Hotfix

wxgtk 2.6.0-2 works for me ... maybe -3 has something broken


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB