]> Pileus Git - ~andy/sunrise/blob - sys-apps/ksplice/ksplice-9999.ebuild
047a12a67534c76fa92e78dc132f31b00c6bb52c
[~andy/sunrise] / sys-apps / ksplice / ksplice-9999.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EGIT_REPO_URI="http://www.ksplice.com/git/ksplice.git"
6
7 inherit git
8
9 DESCRIPTION="Rebootless Linux kernel security updates"
10 HOMEPAGE="http://www.ksplice.com/"
11 SRC_URI=""
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64"
16 IUSE=""
17
18 DEPEND="dev-lang/perl"
19 RDEPEND="${DEPEND}"
20
21 src_install() {
22         emake DESTDIR="${D}" install || die "emake install failed"
23         dodoc ChangeLog || die "dodoc failed"
24 }