X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fiftop%2FMakefile;h=e7da121759cb60a23a913962623c30948b89adbe;hp=f96f20faf563d005ca84426c834f622095dc32ef;hb=d85961b5ffc35f9b5e8caa42da83613da118fec5;hpb=e2226668015f49a82227b3a3167f278e33f16ca8 diff --git a/net/iftop/Makefile b/net/iftop/Makefile index f96f20faf5..e7da121759 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -23,14 +23,16 @@ define Package/iftop CATEGORY:=Network DEPENDS:=+libpcap +libncurses +libpthread TITLE:=display bandwith usage on an interface - DESCRIPTION:=\ - iftop does for network usage what top(1) does for CPU usage. It \\\ - listens to network traffic on a named interface and displays a \\\ - table of current bandwidth usage by pairs of hosts. Handy for \\\ - answering the question 'why is our ADSL link so slow?'. URL:=http://www.ex-parrot.com/~pdw/iftop/ endef +define Package/iftop/description + iftop does for network usage what top(1) does for CPU usage. It + listens to network traffic on a named interface and displays a + table of current bandwidth usage by pairs of hosts. Handy for + answering the question 'why is our ADSL link so slow?'. +endef + define Package/iftop/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/iftop $(1)/usr/bin/