X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fbwm-ng;h=d92a029256b65f8ec572759e95cb7b8f74d8b675;hb=9ae65c8e08344b1d9efb34c6604a6746ee4a77d2;hp=e5ad3ff6a4fa077b1a6b2d491beec17311f57072;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/bwm-ng b/lfs/bwm-ng index e5ad3ff6a4..d92a029256 100644 --- a/lfs/bwm-ng +++ b/lfs/bwm-ng @@ -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,19 +24,17 @@ include Config -VER = 0.6 +VER = 0.6.1-f54b3fa THISAPP = bwm-ng-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = bwm-ng -PAK_VER = 1 +PAK_VER = 2 -DESCDE = "bwm-ng ist ein Bandbreitenmonitor." -DESCEN = "bwm-ng shows the bandwidth on all interfaces." -DEPS = "" +DEPS = ############################################################################### # Top-level Rules @@ -46,7 +44,8 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d3a02484fb7946371bfb4e10927cebfb +$(DL_FILE)_MD5 = 0455142aec073cc41f530096e9856347 + install : $(TARGET) @@ -78,7 +77,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install