You are not logged in.
hi,
I made a package for amule 2.0.0rc5 (http://www.amule.org)
# Contributor: Erol V. Aktay <erolaktay@gmx.de>
pkgname=amule
pkgver=2.0.0rc5
pkgrel=1
pkgdesc="aMule is a eMule-like client for ed2k p2p network"
url="http://www.amule.org"
license="GPL"
depends=('wxgtk' 'curl>=7.9.5' 'libjpeg' 'libtiff' 'perl' 'xorg')
makedepends=('crypto++')
conflicts=()
replaces=()
backup=()
install=
source=(http://download.berlios.de/amule/aMule-$pkgver.tar.gz)
md5sums=(6b9b663a64d3628e141803752d64b4f5)
build() {
cd $startdir/src/aMule-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline
Thanks a lot! Seems to work nicely for me. You probably want to change xorg to x-server or something.
They should really stop calling these things release candidates... I think their naming is the main thing keeping Arch Linux from including this package, right?
http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.
Offline
It is the main reason for me not updating it in staging, once they finish their release candidates, I will update it.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Thanks a lot! Seems to work nicely for me. You probably want to change xorg to x-server or something.
They should really stop calling these things release candidates... I think their naming is the main thing keeping Arch Linux from including this package, right?
you are right - i wait for a release to include it in extra
The impossible missions are the only ones which succeed.
Offline