summaryrefslogtreecommitdiff
blob: 332c2b2726aeaa5708b851fd2814029f72efe769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="wrapper to install a compiled kernel source"
HOMEPAGE="http://phreak.xnull.de/kernelinstall/"
SRC_URI=""

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

DEPEND=""
RDEPEND="sys-kernel/module-rebuild"

src_install() {
	exeinto /bin
	newexe ${FILESDIR}/kernelinstall-${PV}.sh kernelinstall || die
}