]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/vdr_epgsearch
ncurses-compat: Fix BLAKE2 checksum
[people/mfischer/ipfire-2.x.git] / lfs / vdr_epgsearch
index f2a88f87b658ab34e3e04aee47f2e01a4c0d0105..353f81271fef52789ff3691c789cbd9279a92b4b 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Searchtimer and replacement of the VDR program menu
+
 VER        = 2.4.0+git20191101
 
 THISAPP    = vdr-plugin-epgsearch_$(VER).orig
@@ -37,6 +39,8 @@ PAK_VER    = 11
 
 DEPS       =
 
+SERVICES   =
+
 VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
@@ -51,7 +55,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = cf7e8ca02af3068df2fa71c026c92390
+$(DL_FILE)_BLAKE2 = d48a3174c451ddca257d36c45747d41f7c628b8963558115f27053ef6d57cc5b3c6d5860a6af46dd37f16d6ad7f29c9fb10c4295be76e60cbfef4943ca456241
 
 install : $(TARGET)
 
@@ -59,13 +63,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)) :
@@ -74,8 +78,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details