2006-05-02 06:33:44 +00:00
|
|
|
# Description: An all-platform Edonkey client.
|
|
|
|
# URL: http://www.amule.org/
|
2008-06-24 21:50:32 +03:00
|
|
|
# Maintainer: Antti Nykanen, aon at iki dot fi
|
2006-09-29 12:22:13 +00:00
|
|
|
# Packager: Daniel Walpole, daniel at walpole dot id dot au
|
2008-06-13 16:49:09 +03:00
|
|
|
# Depends on: wxgtk, crypto++
|
2006-05-02 06:33:44 +00:00
|
|
|
|
|
|
|
name=amule
|
2009-05-17 14:51:27 +03:00
|
|
|
version=2.2.5
|
2009-01-12 17:01:56 +02:00
|
|
|
release=1
|
2009-04-09 16:59:11 +03:00
|
|
|
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
|
2006-05-02 06:33:44 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd aMule-$version
|
|
|
|
export CFLAGS="${CFLAGS//-fstack-protector/}"
|
|
|
|
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
|
|
|
|
./configure --prefix=/usr \
|
2006-06-21 01:12:37 +00:00
|
|
|
--mandir=/usr/man \
|
2006-05-02 06:33:44 +00:00
|
|
|
--disable-nls
|
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
2009-05-17 14:51:27 +03:00
|
|
|
rm -r $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas}
|
2006-05-02 06:33:44 +00:00
|
|
|
}
|