17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
# Description: Bir ağ arayüzünde gerçek zamanlı bant genişliği kullanımı bilgisi
|
||
# URL: http://www.ex-parrot.com/~pdw/iftop/
|
||
# Packager: milisarge
|
||
# Depends on: libpcap, ncurses
|
||
|
||
name=iftop
|
||
version=1.0pre4
|
||
release=1
|
||
source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
|
||
|
||
build () {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --mandir=/usr/man
|
||
make iftop
|
||
make DESTDIR=$PKG install
|
||
}
|