summaryrefslogtreecommitdiff
path: root/repo/system/s6-linux-init.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/s6-linux-init.xibuild')
-rw-r--r--repo/system/s6-linux-init.xibuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/repo/system/s6-linux-init.xibuild b/repo/system/s6-linux-init.xibuild
deleted file mode 100644
index fa68b90..0000000
--- a/repo/system/s6-linux-init.xibuild
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make"
-DEPS="s6 skalibs nsss"
-
-PKG_VER=1.0.7.0
-SOURCE=https://skarnet.org/software/s6-linux-init/s6-linux-init-$PKG_VER.tar.gz
-DESC="Small suite of programs for UNIX, designed to allow process supervision"
-
-build () {
- ./configure --enable-shared \
- --enable-static \
- --enable-nsss \
- --enable-allstatic \
- --enable-static-libc \
- --libdir=/usr/lib \
- --libexecdir=/usr/lib/s6-linux-init \
- --with-dynlib=/usr/lib \
- --enable-utmps
-
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}