17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
# 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
|
||
}
|