diff --git a/recipes/sysvinit/Makefile b/recipes/sysvinit/Makefile new file mode 100644 index 0000000..f5d302c --- /dev/null +++ b/recipes/sysvinit/Makefile @@ -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