milis/talimatname/genel/i/iftop/talimat

17 lines
414 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: Bir ağ arayüzünde gerçek zamanlı bant genişliği kullanımı bilgisi
# URL: http://www.ex-parrot.com/~pdw/iftop/
# Paketçi: milisarge
# Gerekler: libpcap, ncurses
isim=iftop
surum=1.0pre4
devir=1
kaynak=(http://www.ex-parrot.com/~pdw/iftop/download/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --mandir=/usr/man
make iftop
make DESTDIR=$PKG install
}