summaryrefslogtreecommitdiff
path: root/repo/core/sysvinit.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/sysvinit.xibuild')
-rw-r--r--repo/core/sysvinit.xibuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/core/sysvinit.xibuild b/repo/core/sysvinit.xibuild
deleted file mode 100644
index 0674787..0000000
--- a/repo/core/sysvinit.xibuild
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
-}