contrib/amule/Pkgfile

26 lines
553 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
2017-11-01 13:35:12 +01:00
# Depends on: crypto++ wxgtk
2011-09-23 15:23:39 +02:00
name=amule
2021-01-08 10:52:04 +01:00
version=11066
2011-09-23 15:23:39 +02:00
release=1
2021-01-08 10:52:04 +01:00
source=(https://repo.or.cz/amule.git/snapshot/7744fca103ef84bcd9d92792e5afb5d3957d44b5.tar.gz)
2019-09-20 15:42:24 +02:00
#https://downloads.sourceforge.net/project/amule/aMule/$version/aMule-$version.tar.bz2
2011-09-23 15:23:39 +02:00
build() {
2021-01-08 10:52:04 +01:00
cd amule-*
2019-09-20 15:42:24 +02:00
#cd aMule-$version
2011-09-23 15:23:39 +02:00
./configure \
--prefix=/usr \
2021-01-08 10:52:04 +01:00
--enable-optimize \
2011-09-23 15:23:39 +02:00
--disable-nls
make
make install DESTDIR=$PKG
2016-11-17 10:04:55 +01:00
2011-11-18 06:27:39 +01:00
rm -r $PKG/usr/share/doc
2011-09-23 15:23:39 +02:00
}