sysvinit recipe
This commit is contained in:
parent
1d63cc2bd6
commit
8951573031
12
recipes/sysvinit/Makefile
Normal file
12
recipes/sysvinit/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user