From 7ff38024bec68fe70fb6eec0f5cd16188507558f Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 23:29:58 +0100 Subject: added all lfs packages --- repo/core/sysvinit.xibuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/core/sysvinit.xibuild (limited to 'repo/core/sysvinit.xibuild') diff --git a/repo/core/sysvinit.xibuild b/repo/core/sysvinit.xibuild new file mode 100644 index 0000000..0674787 --- /dev/null +++ b/repo/core/sysvinit.xibuild @@ -0,0 +1,11 @@ +#!/bin/bash + +DEPS=(sh glibc) + +SOURCE=http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-3.00.tar.xz +DESC="The sysvinit system for controlling startup, running and shutdown of the system" + +build () { + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1