X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fiftop;h=68a0055ef7514177b702da884f6fb7c3da69b98b;hp=565ab11622382147d51747fcbfcf9ac7ce27d0a3;hb=1f99fc9845457b2d58d584adb47866a1eec8a7dc;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/iftop b/lfs/iftop index 565ab1162..68a0055ef 100644 --- 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)