mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43: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
6
lfs/lshw
6
lfs/lshw
@@ -25,6 +25,8 @@
|
||||
|
||||
include Config
|
||||
|
||||
SUMMARY = HardWare LiSter
|
||||
|
||||
VER = B.02.19.2
|
||||
|
||||
THISAPP = lshw-$(VER)
|
||||
@@ -32,11 +34,13 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = lshw
|
||||
PROG = lshw
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS =
|
||||
|
||||
SERVICES =
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user