contrib/amule/Pkgfile
2017-11-01 23:35:12 +11:00

24 lines
476 B
Plaintext

# Description: An all-platform Edonkey client.
# URL: http://www.amule.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Antti Nykanen, aon at iki dot fi
# Depends on: crypto++ wxgtk
name=amule
version=2.3.2
release=1
source=(https://downloads.sourceforge.net/project/amule/aMule/$version/aMule-$version.tar.bz2)
build() {
cd aMule-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
}