contrib/amule/Pkgfile

25 lines
537 B
Plaintext
Raw Normal View History

2011-09-23 23:23:39 +10:00
# Description: An all-platform Edonkey client.
# URL: http://www.amule.org/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2017-11-01 23:35:12 +11:00
# Depends on: crypto++ wxgtk
2011-09-23 23:23:39 +10:00
name=amule
2019-09-20 23:42:24 +10:00
version=11025
2011-09-23 23:23:39 +10:00
release=1
2019-09-20 23:42:24 +10:00
source=(https://repo.or.cz/amule.git/snapshot/314e62e87ff0481d3171f74751aaf0179e518765.tar.gz)
#https://downloads.sourceforge.net/project/amule/aMule/$version/aMule-$version.tar.bz2
2011-09-23 23:23:39 +10:00
build() {
2019-09-20 23:42:24 +10:00
cd amule-314e62e
#cd aMule-$version
2011-09-23 23:23:39 +10:00
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
2016-11-17 20:04:55 +11:00
2011-11-18 16:27:39 +11:00
rm -r $PKG/usr/share/doc
2011-09-23 23:23:39 +10:00
}