opt/amule/Pkgfile

23 lines
610 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
2006-09-29 14:22:13 +02:00
# Packager: Daniel Walpole, daniel at walpole dot id dot au
2008-06-13 15:49:09 +02:00
# Depends on: wxgtk, crypto++
2006-05-02 08:33:44 +02:00
name=amule
2008-06-13 15:49:09 +02:00
version=2.2.1
2008-06-13 20:54:10 +02:00
release=2
2008-06-13 15:49:09 +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
2008-06-13 20:01:49 +02:00
rm -rf $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas}
2006-05-02 08:33:44 +02:00
}