contrib/amule/Pkgfile
2015-05-06 00:06:44 +10:00

24 lines
493 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++ util-linux wxgtk
name=amule
version=10866
release=1
source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r$version.tar.bz2)
build() {
cd aMule-SVN-r$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
}