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

@@ -25,6 +25,7 @@
include Config
VER = 2.4.1
SUMMARY = The Common UNIX Printing System
THISAPP = cups-$(VER)
DL_FILE = $(THISAPP)-source.tar.gz
@@ -36,6 +37,8 @@ PAK_VER = 24
DEPS = avahi cups-filters dbus ghostscript krb5 libtiff
SERVICES = cups
###############################################################################
# Top-level Rules
###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
dist:
$(PAK)
###############################################################################
@@ -95,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb
# install initscript
$(call INSTALL_INITSCRIPT,cups)
$(call INSTALL_INITSCRIPTS,$(SERVICES))
cp -fv $(DIR_SRC)/config/cups/cupsd.conf /var/ipfire/cups/
@rm -rf $(DIR_APP)