]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/perl-File-Tail
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / perl-File-Tail
index 6b979ef87b6066fdfee7c0693d44ab18d675c595..af7199ff25b2741186cd22cbe7129116c16fa48d 100644 (file)
@@ -24,6 +24,9 @@
 ###############################################################################
 
 include Config
+
+SUMMARY    = Perl extension for reading from continously updated files
+
 VER        = 1.3
 
 THISAPP    = File-Tail-$(VER)
@@ -35,6 +38,8 @@ PROG       = perl-File-Tail
 DEPS       =
 PAK_VER    = 6
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -43,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 252635f89ec18cb871c0b45ed64b3f63
+$(DL_FILE)_BLAKE2 = ab471eaaff02170947b9ff1ac9dc862dbd07a9690c5150351a43f607ac5ee1a2d32cda8bd11bb6a2344749dd706d002ac7d91b0ede305734a2ad22ad503c6e60
 
 install : $(TARGET)
 
@@ -51,13 +56,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -66,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details