talimat 430 B

1234567891011121314151617
  1. # Description: Bir ağ arayüzünde gerçek zamanlı bant genişliği kullanımı bilgisi
  2. # URL: http://www.ex-parrot.com/~pdw/iftop/
  3. # Packager: milisarge
  4. # Depends on: libpcap, ncurses
  5. name=iftop
  6. version=1.0pre4
  7. release=1
  8. source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
  9. build () {
  10. cd $name-$version
  11. ./configure --prefix=/usr --mandir=/usr/man
  12. make iftop
  13. make DESTDIR=$PKG install
  14. }