You are not logged in.

#1 2005-09-24 17:17:19

bardo
Member
Registered: 2004-12-06
Posts: 96

[NEW] amule-adnza

This is a patched version of aMule that adds some nice things to Adunanza Fastweb users (Fastweb is an Italian broadband provider that NATs every user in a large WAN all over Italy).
The base PKGBUILD comes from amule-2.0.3-2 in testing, should I add the maintainer as a contributor or the original one is enough?

# Contributor: Corrado Primier <cp663137@stud.polimi.it>
# Contributor: Henrik Ronellenfitsch <searinox@web.de>

pkgname=amule-adnza
pkgver=2.0.3
pkgrel=1
pkgdesc="An aMule version patched for use with Adunanza Network (Fastweb - Italy)"
url="http://www.amule.org"
license="GPL"
depends=('wxgtk>=2.6.0' 'perl' 'gd>=2.0.0')
conflicts=('amule')
provides=('amule')
makedepends=('crypto++' 'patch')
source=(http://dl.sourceforge.net/sourceforge/amule/aMule-$pkgver.tar.gz
   http://amuleadu.altervista.org/files/amule-adunanza-2.0.3-1.patch.gz)
md5sums=('529e6286087d22c1bec63d0757f9cfae'
    'e15a1d80a87a7f4806956d77f6b78b72')

build() {
  cd $startdir/src/aMule-$pkgver
  cat $startdir/src/amule-adunanza-2.0.3-1.patch | patch -p0
  sed -i 's/°/\176/' $startdir/src/aMule-2.0.3/src/SearchDlg.cpp
  ./autogen.sh
  ./configure --prefix=/usr 
              --disable-embedded_crypto 
              --enable-utf8-systray 
              --enable-cas 
              --enable-wxcas 
              --enable-amule-daemon 
              --enable-amulecmd 
              --enable-amulecmdgui 
              --enable-alc 
              --enable-alcc
  make || return 1
  make DESTDIR=$startdir/pkg install
}

dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

#2 2005-09-25 18:23:16

qwerty
Member
Registered: 2004-12-17
Posts: 183

Re: [NEW] amule-adnza

hey thanks man, i'm an italian fastweb user too and i didn't know anything about this aMule version!!! smile

Offline

#3 2005-09-25 20:19:32

bardo
Member
Registered: 2004-12-06
Posts: 96

Re: [NEW] amule-adnza

You're welcome smile

Be warned that this version still doesn't include working Kademlia support, since it was introduced in the last few days' CVS, so you'll have to wait... Adunanza now works with Kademlia only, AFAIR.

If I manage to put it online, I'll include a snapshot of the CVS version with kademlia/adunanza, but I'm lacking the web space for the adunanza patch...


dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

#4 2005-09-26 08:57:43

qwerty
Member
Registered: 2004-12-17
Posts: 183

Re: [NEW] amule-adnza

No problem i can wait, my hd is almost full, anyway, did u put it on the aur???

Offline

#5 2005-09-26 22:24:16

bardo
Member
Registered: 2004-12-06
Posts: 96

Re: [NEW] amule-adnza

Yes, it's in the AUR, as any package I've posted here smile


dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

Board footer

Powered by FluxBB