summaryrefslogtreecommitdiffstats
path: root/smgl
diff options
context:
space:
mode:
authorTreeve Jelbert2019-02-24 19:59:01 +0100
committerTreeve Jelbert2019-02-24 19:59:42 +0100
commit2a5aa27fed842d881658c89b4c0ee2b54a8a895d (patch)
treeca7483852364320931c5b323821f9f8696c35557 /smgl
parent65412793c27298747314e36530c7dbbe06098f70 (diff)
openrc-0.41.1 - a modern init system, actively maintanied
Diffstat (limited to 'smgl')
-rwxr-xr-xsmgl/openrc/BUILD13
-rwxr-xr-xsmgl/openrc/DEPENDS2
-rwxr-xr-xsmgl/openrc/DETAILS14
-rw-r--r--smgl/openrc/HISTORY4
-rwxr-xr-xsmgl/openrc/INSTALL1
5 files changed, 34 insertions, 0 deletions
diff --git a/smgl/openrc/BUILD b/smgl/openrc/BUILD
new file mode 100755
index 0000000000..f65d0e3609
--- /dev/null
+++ b/smgl/openrc/BUILD
@@ -0,0 +1,13 @@
+cd $SOURCE_DIRECTORY &&
+OPTS+=" DESTDIR=$INSTALL_ROOT" &&
+#OPTS+=" DESTDIR=$INSTALL_ROOT/opt/openrc" &&
+#OPTS+=" DESTDIR=/tmp/openrc-image" &&
+#OPTS+=" MKPREFIX=yes" &&
+#OPTS+=" PREFIX=/opt/openrc" &&
+OPTS+=" BRANDING=\"SourceMage$(uname -s)\"" &&
+OPTS+=" MKBASHCOMP=yes" &&
+OPTS+=" MKPKGCONFIG=yes" &&
+OPTS+=" MKNET=yes" &&
+OPTS+=" LIBNAME=lib" &&
+#OPTS+="" &&
+make $OPTS
diff --git a/smgl/openrc/DEPENDS b/smgl/openrc/DEPENDS
new file mode 100755
index 0000000000..6b812a3ad4
--- /dev/null
+++ b/smgl/openrc/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses 'MKTERMCAP=ncurses' &&
+optional_depends linux-pam 'MKPAM=pam'
diff --git a/smgl/openrc/DETAILS b/smgl/openrc/DETAILS
new file mode 100755
index 0000000000..9e7b417a06
--- /dev/null
+++ b/smgl/openrc/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=openrc
+ VERSION=0.41.1
+ SOURCE_HASH=sha512:b810cd7ae01f7fc49ff0f72e6d0ad1b41b0fc3eb9c15f58001d9aa8e9d7845b272b93d5ac6e175b09ab588b99d87292256486c4129cc208b70249bbbe957485d
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/OpenRC/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20190118
+ KEYWORDS=""
+ SHORT="The OpenRC init system"
+cat << EOF
+The OpenRC init system
+EOF
diff --git a/smgl/openrc/HISTORY b/smgl/openrc/HISTORY
new file mode 100644
index 0000000000..a3c136f3e5
--- /dev/null
+++ b/smgl/openrc/HISTORY
@@ -0,0 +1,4 @@
+2019-02-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.41.1
+ spell created
+
diff --git a/smgl/openrc/INSTALL b/smgl/openrc/INSTALL
new file mode 100755
index 0000000000..8b8f5837dd
--- /dev/null
+++ b/smgl/openrc/INSTALL
@@ -0,0 +1 @@
+make $OPTS install