mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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
@@ -25,6 +25,7 @@
|
||||
include Config
|
||||
|
||||
VER = 2.8.2
|
||||
SUMMARY = Python library for working with date and datetime objects
|
||||
|
||||
THISAPP = python-dateutil-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -34,7 +35,9 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = python3-dateutil
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS =
|
||||
DEPS =
|
||||
|
||||
SERVICES =
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
|
||||
dist:
|
||||
dist:
|
||||
@$(PAK)
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user