X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fiftop;h=18ba5caaed922dae775c37a07c7c58bc4c9f42a5;hb=56f4ba9b017008584c132fdcca41557002a1d8f3;hp=68a0055ef7514177b702da884f6fb7c3da69b98b;hpb=653bee2b7fac33ffc57a7a2ecbb0ff80ba1e4c87;p=ipfire-2.x.git diff --git a/lfs/iftop b/lfs/iftop index 68a0055ef7..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,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iftop -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 062bc8fb3856580319857326e0b8752d +$(DL_FILE)_MD5 = 7e6decb4958e8a4890cccac335239f24 install : $(TARGET) @@ -78,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 $(MAKETUNING) cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD) +