]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/iftop
Add iw update to core updater.
[people/pmueller/ipfire-2.x.git] / lfs / iftop
index 565ab11622382147d51747fcbfcf9ac7ce27d0a3..68a0055ef7514177b702da884f6fb7c3da69b98b 100644 (file)
--- a/lfs/iftop
+++ b/lfs/iftop
@@ -34,8 +34,6 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = iftop
 PAK_VER    = 1
 
-DESCDE     = "iftop stellt Interfacestatistiken dar."
-DESCEN     = "iftop shows what's going on with your network interfaces."
 DEPS       = ""
 
 ###############################################################################
@@ -46,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5e1619b13f8a05af6b5eaf9e9123c35f
+$(DL_FILE)_MD5 = 062bc8fb3856580319857326e0b8752d
 
 install : $(TARGET)
 
@@ -80,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)