summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ksplice/ksplice-0.9.9.ebuild')
-rw-r--r--sys-apps/ksplice/ksplice-0.9.9.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/ksplice/ksplice-0.9.9.ebuild b/sys-apps/ksplice/ksplice-0.9.9.ebuild
new file mode 100644
index 0000000..fc1dbb0
--- /dev/null
+++ b/sys-apps/ksplice/ksplice-0.9.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Rebootless Linux kernel security updates"
+HOMEPAGE="http://www.ksplice.com/"
+SRC_URI="http://www.ksplice.com/dist/${P}-src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc ChangeLog || die "dodoc failed"
+}