X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2F7zip;h=0c16a6f6fa0b5c877f4bb6d071796ae84644243e;hb=aa88b2ef592401863585d7f6fc1eb7b63849f7d0;hp=358db931cf5292b8917ce729b78cc8d72d3033c0;hpb=3799d284137a6fd33502245e3945852c7304ac38;p=ipfire-2.x.git diff --git a/lfs/7zip b/lfs/7zip index 358db931cf..0c16a6f6fa 100644 --- a/lfs/7zip +++ b/lfs/7zip @@ -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 = 4.58 +VER = 16.02 THISAPP = p7zip_$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP)_src_all.tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = 7zip -PAK_VER = 1 +PAK_VER = 7 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 315b184102c17c4956f53218d973222d +$(DL_FILE)_MD5 = a0128d661cfe7cc8c121e73519c54fbf install : $(TARGET) @@ -77,6 +77,7 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/p7zip_change_install_folder.patch cd $(DIR_APP) && make 7z $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)