opt/amule/Pkgfile

23 lines
573 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/
2006-09-29 14:22:13 +02:00
# Maintainer: Antti Nyk<79>nen, aon at iki dot fi
# Packager: Daniel Walpole, daniel at walpole dot id dot au
2006-05-02 08:33:44 +02:00
# Depends on: wxgtk
name=amule
2006-06-21 03:12:37 +02:00
version=2.1.3
2006-05-02 08:33:44 +02:00
release=1
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
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
2006-06-21 03:12:37 +02:00
rm -r $PKG/usr{/share/doc,/man/??}
2006-05-02 08:33:44 +02:00
}