milis/talimatname/genel/m/mtr/talimat

24 lines
451 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: Mtr, 'traceroute' ve 'ping' programlarının işlevselliğini tek bir ağ tanılama aracında birleştirir.
# URL: http://www.bitwizard.nl/mtr/
# Paketçi: milisarge
# Gerekler: libcap
# Grup: ağ
isim=mtr
surum=0.92
devir=1
kaynak=(ftp://ftp.bitwizard.nl/mtr/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sbindir=/usr/bin \
--without-gtk
make
make DESTDIR=$PKG install
}