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