opt/amule/Pkgfile

22 lines
549 B
Plaintext
Raw Normal View History

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