contrib/amule/Pkgfile

24 lines
493 B
Plaintext
Raw Normal View History

2011-09-23 15:23:39 +02:00
# Description: An all-platform Edonkey client.
# URL: http://www.amule.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2011-09-23 15:23:39 +02:00
# Packager: Antti Nykanen, aon at iki dot fi
# Depends on: crypto++ util-linux wxgtk
2011-09-23 15:23:39 +02:00
name=amule
2015-05-05 16:06:44 +02:00
version=10866
2011-09-23 15:23:39 +02:00
release=1
2014-10-21 10:57:13 +02:00
source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r$version.tar.bz2)
2011-09-23 15:23:39 +02:00
build() {
2014-10-21 10:57:13 +02:00
cd aMule-SVN-r$version
2011-09-23 15:23:39 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make install DESTDIR=$PKG
2011-11-18 06:27:39 +01:00
rm -r $PKG/usr/share/doc
2011-09-23 15:23:39 +02:00
}