X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fxz;h=5a773ffa4768e4ad8346908b0a8148b8541ee33c;hb=5eab2b3893538800a2f0aa9433028508a3ca7c0f;hp=7a56c727a7eca89f7a3c6ddf1a0c751bd6825cd6;hpb=d7a3254acedb43995d6a6e769562576cc7ff8639;p=ipfire-2.x.git diff --git a/lfs/xz b/lfs/xz index 7a56c727a7..5a773ffa47 100644 --- a/lfs/xz +++ b/lfs/xz @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team # +# Copyright (C) 2007-2020 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,18 +24,16 @@ include Config -VER = 5.0.4 +VER = 5.2.5 THISAPP = xz-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) ifeq "$(ROOT)" "" - PREFIX = /usr TARGET = $(DIR_INFO)/$(THISAPP) else - PREFIX = /tools TARGET = $(DIR_INFO)/$(THISAPP)-tools endif @@ -47,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 741cd3a5f64b23b7bac56ec5b2258715 +$(DL_FILE)_MD5 = aa1621ec7013a19abab52a8aff04fe5b install : $(TARGET) @@ -76,7 +74,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=$(PREFIX) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install