]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/7zip
squid-asnbl: Update to 0.2.4
[people/pmueller/ipfire-2.x.git] / lfs / 7zip
index 3e204ca1a4b7434cc280b24c431ca8e246ca2f25..57ce276050d925b9cd12f82f5d62f5a28198d91b 100644 (file)
--- a/lfs/7zip
+++ b/lfs/7zip
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY           = 7-zip file compression program
+
 VER        = 17.04
 
 THISAPP    = p7zip-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 00acfd6be87848231722d2d53f89e4a5
+$(DL_FILE)_BLAKE2 = c3a0438d9db66f8199eaf15d4cff613bdbd06ceb1c5461b2041e84f1cbc388c2e943197a38ddd97a92a3f1f7ea22951e4972aeb5ce82534899a846430d1ee49d
 
 install : $(TARGET)
 
@@ -54,10 +58,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -66,10 +70,10 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################