X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fiftop;h=18ba5caaed922dae775c37a07c7c58bc4c9f42a5;hp=565ab11622382147d51747fcbfcf9ac7ce27d0a3;hb=9f52e35066b3fa8603e85784b7ede0532afc66e6;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/iftop b/lfs/iftop index 565ab11622..18ba5caaed 100644 --- a/lfs/iftop +++ b/lfs/iftop @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.17 +VER = 1.0pre4 THISAPP = iftop-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,10 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iftop -PAK_VER = 1 +PAK_VER = 2 -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 = 7e6decb4958e8a4890cccac335239f24 install : $(TARGET) @@ -80,7 +78,10 @@ $(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) +