]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/bird
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / bird
index a57e745a5db26839f7911e0756c945ed61b28b8f..c140aa8118f657d2ea563b02e870cee86e3bbde4 100644 (file)
--- a/lfs/bird
+++ b/lfs/bird
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The BIRD Internet Routing Daemon
+
 VER        = 2.0.8
 
 THISAPP    = bird-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 8
 
 DEPS       =
 
+SERVICES   = bird
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d807bdb34b27fe15ba8b71e83474eb27
+$(DL_FILE)_BLAKE2 = 4b36688ac85967ad8c39d9c37dc717d77b1cb5c3ec44a0cf4e84ff38b8d1710d10653a1333b50cd2ede79fd7f012ec86de0baefc9ac18435693ec5b3e43b8a3a
 
 install : $(TARGET)
 
@@ -54,13 +58,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)) :
@@ -69,8 +73,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details
@@ -93,7 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                 /var/ipfire/backup/addons/includes/bird
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,bird)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)