milis/talimatname/genel/i/iftop/talimat

17 lines
414 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
}