]> Pileus Git - ~andy/sunrise/blob - sys-apps/ksplice/ksplice-0.9.9.ebuild
dev-db/dabo: Add ~amd64 keyword, EAPI bump
[~andy/sunrise] / sys-apps / ksplice / ksplice-0.9.9.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Rebootless Linux kernel security updates"
6 HOMEPAGE="http://www.ksplice.com/"
7 SRC_URI="http://www.ksplice.com/dist/${P}-src.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86 ~amd64"
12 IUSE=""
13
14 DEPEND="dev-lang/perl"
15 RDEPEND="${DEPEND}"
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "emake install failed"
19         dodoc ChangeLog || die "dodoc failed"
20 }