]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-inotify2
Core Update 182: Require a reboot
[ipfire-2.x.git] / lfs / perl-inotify2
index 7d94da395d080e456044710a788962be7e58a029..38ed573c2d2392c57f8465cc4598f980ddfe439a 100644 (file)
@@ -25,6 +25,7 @@
 
 include Config
 
+SUMMARY    = Perl extension for Scalable directory/file change notification
 VER        = 1.22
 
 THISAPP    = Linux-Inotify2-$(VER)
@@ -35,7 +36,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = perl-inotify2
 DEPS       = perl-common-sense
-PAK_VER    = 2
+PAK_VER    = 4
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -45,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = bc0a86f04476f9e0aaab026b8081f097
+$(DL_FILE)_BLAKE2 = 38486ccc33c4788a957c8d6a4851565510c0a7747b8ac887e49c9b6b2dc93e965b8fe1da66ca0ad23acc7f98a1e838c09e5bc21ed2eb71a28f060eda8a18c57e
 
 install : $(TARGET)
 
@@ -53,13 +56,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -68,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details