]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/vdradmin
Merge branch 'next'
[people/mfischer/ipfire-2.x.git] / lfs / vdradmin
index 346b19489758b185229ae5129635f3c207451f48..19b0df4a5f0a711247371caff5f546636734b248 100644 (file)
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = VDRAdmin-AM, a web user interface for VDR
+
 VER        = 3.6.10
 
 THISAPP    = vdradmin-am-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 6
 
 DEPS       = perl-gettext vdr vdr_epgsearch
 
+SERVICES   = vdradmin
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -45,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 467ff4a482be2a5331ad4224a1cb9d8e
+$(DL_FILE)_BLAKE2 = c475b36c840548b6e0d50b2095ce3278b0b526af856c891a25d28bb2f0cb9f950aa9979533a6b6425a2a36a594dc5d6a075fca7713eb1f59071fec854582cf5b
 
 install : $(TARGET)
 
@@ -53,13 +57,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)) :
@@ -68,8 +72,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details
@@ -83,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./install-ipfire.sh
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,vdradmin)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 $(DIR_SRC)/config/vdradmin/vdradmind.conf \
                 /etc/vdradmin/vdradmind.conf