buildprocess: Add extra metadata to pak lfs files

* Add a Summary and Services field to all pak lfs files
* Replace occurances of INSTALL_INITSCRIPT with new INSTALL_INITSCRIPTS
  macro in all pak lfs files.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Robin Roevens
2022-01-31 23:40:47 +01:00
committed by Peter Müller
parent a9d98b3491
commit f15707c78c
196 changed files with 844 additions and 69 deletions

View 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
###############################################################################
@@ -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