From 9815dc1aee40052c0bd0a18efe3e9e2f78308bc0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 May 2009 23:03:32 +0200 Subject: [PATCH] Added OpenRC-20090430 template. Needs more tweaks. --HG-- extra : convert_revision : c1bfcb793deef8eee127c5c6c3c2ab6b888cb3d6 --- templates/OpenRC/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/OpenRC/template diff --git a/templates/OpenRC/template b/templates/OpenRC/template new file mode 100644 index 00000000000..eb832e9cf0c --- /dev/null +++ b/templates/OpenRC/template @@ -0,0 +1,24 @@ +# Template file for 'OpenRC' +pkgname=OpenRC +version=20090430 +wrksrc=openrc +distfiles="http://ftp.gnu.org/gnu/openrc/openrc-$version.tar.bz2" +build_style=gnu_makefile +short_desc="Universal init system" +maintainer="Juan RP " +checksum=c12f3b8a7878d41f33b25526e14adff6f0210f5e64420733b1cf0adec74abeb9 +long_desc=" + OpenRC is a dependency based init system that works with the system + provided init program, normally /sbin/init. It is not a replacement for + /sbin/init. OpenRC is 100% compatible with Gentoo init scripts, which + means you can probably find one for the daemons you want to start in the + Gentoo Portage Tree. OpenRC also provides an init script that runs BSD + rc.d style scripts too, making it easy to port your BSD system to OpenRC." + +conf_files="/etc/rc.conf /etc/conf.d/bootmisc /etc/conf.d/consolefont + /etc/conf.d/dmesg /etc/conf.d/fsck /etc/conf.d/hostname /etc/conf.d/hwclock + /etc/conf.d/keymaps /etc/conf.d/local /etc/conf.d/localmount + /etc/conf.d/modules /etc/conf.d/network /etc/conf.d/urandom" + +Add_dependency full glibc +Add_dependency full psmisc