summaryrefslogtreecommitdiff
blob: c92ad2934ce863025ef09b84e83cf91d6e25c299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-1.101.ebuild,v 1.1 2005/03/12 16:40:57 genstef Exp $

DESCRIPTION="Load another kernel from the currently executing Linux kernel"
HOMEPAGE="http://www.xmission.com/~ebiederm/files/kexec/"
SRC_URI="http://www.xmission.com/~ebiederm/files/kexec/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

src_install() {
	into /
	dosbin objdir*/build/sbin/kexec || die "dosbin failed"
	doman kexec/kexec.8
	dodoc News AUTHORS TODO

	newinitd ${FILESDIR}/kexec.init kexec
	newconfd ${FILESDIR}/kexec.conf kexec
}