2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Çoklu platform P2P dosya paylaşım istemcisi.
|
2016-05-17 21:41:32 +02:00
|
|
|
|
# URL: http://www.amule.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: crypto++ libupnp wxgtk libnotify
|
2017-12-22 22:59:36 +01:00
|
|
|
|
# Grup: ağ
|
2016-05-17 21:41:32 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=amule
|
|
|
|
|
surum=f77eef219cdb0caf31b094a9db4668e936abda8c
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://repo.or.cz/amule.git/snapshot/$surum.tar.gz)
|
2016-05-17 21:41:32 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-f77eef2
|
2016-05-17 21:41:32 +02:00
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--mandir=/usr/man
|
|
|
|
|
make
|
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
|
rm -r $PKG/usr/share/doc
|
|
|
|
|
}
|