]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/vdr_eepg
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / vdr_eepg
index 40b7811aa47b312c9d6479bcec18faf532cec8fb..5836a25de514f2e7da0a038f50040be345eddd68 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Extended EPG (EEPG) plugin for VDR
+
 GIT_VER    = 32b4e669bf8bc6e3336073616c121f10b8518fe8
 VER        = master
 
@@ -40,6 +42,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
@@ -54,7 +58,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = 53c5ec7358da2ce740a764f9d429d96f
+$(DL_FILE)_BLAKE2 = 46aa54c37d0dd6467916f5ae23569f9a6edbaae2c6dcdadff3a0e13a31c591e454587f5d83c4e6b6c9114cea0ecda3fa7ea9a2802faf34fa2456f23b9704ceb5
 
 install : $(TARGET)
 
@@ -62,13 +66,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)) :
@@ -77,8 +81,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details