Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2318 - minit-0.8 (new ebuild)
Summary: minit-0.8 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL: http://fefe.de/minit
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-01 17:17 UTC by jakd
Modified: 2003-01-28 00:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakd 2002-05-01 17:17:28 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later

S=${WORKDIR}/${P}
DESCRIPTION="A very small but feature complete replacement for init."
SRC_URI="http://fefe.de/minit/${P}.tar.bz2"
HOMEPAGE="http://fefe.de/minit"

DEPEND=">=dev-libs/dietlibc-0.16"

src_compile() {
        emake || die "emake failed"
}

src_install() {
        into /sbin
        exeinto /sbin
        doexe listpids msvc minit pidfilehack
        doman msvc.8
        dodoc CHANGES README TODO
}
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-27 16:52:59 UTC
Our rc-scripts are too dependant on sysvinit.