milis/talimatname/genel/iftop/talimat

17 lines
430 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.

# 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
}