milis/talimatname/genel/a/amule/talimat

21 lines
417 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Çoklu platform P2P dosya paylaşım istemcisi.
# URL: http://www.amule.org/
# Paketçi: milisarge
# Gerekler: crypto++ libupnp wxgtk libnotify
# Grup: ağ
isim=amule
surum=r10990
devir=1
kaynak=(http://amule.sourceforge.net/tarballs/aMule-SVN-$surum.tar.bz2)
derle() {
cd aMule-SVN-$surum
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
}