]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/openvmtools
ncurses-compat: Fix BLAKE2 checksum
[people/mfischer/ipfire-2.x.git] / lfs / openvmtools
index de583305fa9cd317e8b9160aeae90f9c3d30ef5c..df508e47bda3aabcc4f9da7a34cc2c4c47c62c18 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Open Virtual Machine Tools
+
 VER        = stable-11.3.0
 
 THISAPP    = open-vm-tools-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 8
 
 DEPS       = libtirpc
 
+SERVICES   = openvmtools
+
 CFLAGS    += -Wno-error=array-bounds
 
 ###############################################################################
@@ -47,7 +51,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9b138316060f6ae39f58f7377caea31d
+$(DL_FILE)_BLAKE2 = 65dcc52658c9e3dd5bd451df354f4bebb411ba45807f8279786f86c95708e0ddc3accf7140cd2b353d514b349264aae77487cec3693acc3919053d656f339935
 
 install : $(TARGET)
 
@@ -55,12 +59,12 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist:
-       @$(PAK) 
+       @$(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
@@ -99,7 +103,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,openvmtools)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        ln -sf ../init.d/openvmtools /etc/rc.d/rc3.d/S60openvmtools
        ln -sf ../init.d/openvmtools /etc/rc.d/rc0.d/K01openvmtools
        ln -sf ../init.d/openvmtools /etc/rc.d/rc6.d/K01openvmtools