]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3-inotify
mympd: remove mpfire from deps
[people/pmueller/ipfire-2.x.git] / lfs / python3-inotify
index a1f9e45efa49cf977114e736e8ad77be08509a57..1adfbe47e2a81fdebfcf204666cae412edd4a108 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.2.10
+SUMMARY    = MessagePack (de)serializer
 
 THISAPP    = inotify-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,6 +33,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -40,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 33c7ee4a7cde60036a2d2a1a55c7c7c8
+$(DL_FILE)_BLAKE2 = 206f9e7853996160940170cb68cbd92ce116847382c2f7da74d8dc140bd2723324cb3cce9e8c47e03ef93614e23f7ae62f1cb2de880586fdc553899a3d1665c5
 
 install : $(TARGET)
 
@@ -48,10 +51,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)) :
@@ -60,8 +63,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details