milis/talimatname/genel/iftop/talimat

17 lines
430 B
Plaintext
Raw Normal View History

2017-03-27 14:58:59 +02:00
# Description: Bir ağ arayüzünde gerçek zamanlı bant genişliği kullanımı bilgisi
2017-01-31 02:35:21 +01:00
# URL: http://www.ex-parrot.com/~pdw/iftop/
# Packager: milisarge
# Depends on: libpcap, ncurses
2016-02-24 01:27:23 +01:00
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
}