mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +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
6
lfs/mpd
6
lfs/mpd
@@ -24,6 +24,8 @@
|
||||
|
||||
include Config
|
||||
|
||||
SUMMARY = Music Player Daemon
|
||||
|
||||
VER = 0.22.6
|
||||
|
||||
THISAPP = mpd-$(VER)
|
||||
@@ -37,6 +39,8 @@ SUP_ARCH = aarch64 armv6l x86_64
|
||||
|
||||
DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr
|
||||
|
||||
SERVICES = mpd
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
@@ -98,7 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && ninja -C builddir/ install
|
||||
|
||||
#install initscripts
|
||||
$(call INSTALL_INITSCRIPT,mpd)
|
||||
$(call INSTALL_INITSCRIPTS,$(SERVICES))
|
||||
|
||||
@rm -rf $(DIR_APP)
|
||||
touch /var/log/mpd.error.log
|
||||
|
||||
Reference in New Issue
Block a user