sysvinit recipe

master
Philippe Pittoli 2021-03-27 23:54:15 +01:00
parent 1d63cc2bd6
commit 8951573031
1 changed files with 12 additions and 0 deletions

12
recipes/sysvinit/Makefile Normal file
View File

@ -0,0 +1,12 @@
name = sysvinit
version = 2.99
URL = https://git.savannah.nongnu.org/cgit/sysvinit.git/snapshot/sysvinit-$(version).tar.gz
dependencies = util-linux
fake_root_install_backend = fake_root_install_custom
fake_root_install_custom:
cd $(bdir) && make ROOT='$(pkg_fake_root_dir)' install
SYSCONF ?= ../../
include $(SYSCONF)/package.mk