X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fbwm-ng;h=b9851f7adf9b0c0c8518d5a23bfc3c05c2a11fe5;hb=d111587cc3b0007b35c09dd847d035e6ffadffc7;hp=c9897576321bfb6f24dbb0448ceb1bec87b9a181;hpb=c485f38c996cab87c98a78f1cadc2c2197d30625;p=ipfire-2.x.git diff --git a/lfs/bwm-ng b/lfs/bwm-ng index c989757632..b9851f7adf 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,15 +24,15 @@ include Config -VER = 0.6.1 +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 DEPS = "" @@ -44,7 +44,8 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ef0c7669508e95f56250ad4f8db98b7f +$(DL_FILE)_MD5 = 0455142aec073cc41f530096e9856347 + install : $(TARGET) @@ -76,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