mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
committed by
Peter Müller
parent
a9d98b3491
commit
f15707c78c
@@ -24,6 +24,8 @@
|
||||
|
||||
include Config
|
||||
|
||||
SUMMARY = D-Bus Service for Zeroconf and Bonjour
|
||||
|
||||
VER = 0.8
|
||||
|
||||
THISAPP = avahi-$(VER)
|
||||
@@ -36,6 +38,8 @@ PAK_VER = 9
|
||||
|
||||
DEPS = dbus libdaemon
|
||||
|
||||
SERVICES = avahi
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
@@ -101,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cp -avf $(DIR_SRC)/config/avahi/smb.service /etc/avahi/services/smb.service
|
||||
|
||||
# Install initscript
|
||||
$(call INSTALL_INITSCRIPT,avahi)
|
||||
$(call INSTALL_INITSCRIPTS,$(SERVICES))
|
||||
|
||||
#install backup definition
|
||||
install -v -m 644 ${DIR_SRC}/config/backup/includes/avahi \
|
||||
|
||||
Reference in New Issue
Block a user