# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Tool for Kexec" SRC_URI="http://developer.osdl.org/rddunlap/kexec/${PN}/${P}.tar.gz" HOMEPAGE="http://developer.osdl.org/rddunlap/kexec/" IUSE="" SLOT="0" LICENSE="GPL-2" # Future versions will work with 64-bit archs, but 1.2.0 doesn't KEYWORDS="~x86 -*" src_compile() { cd ${S} make } src_install() { cd ${S}/objdir/build insinto /bin doins bin/kexec_test insinto /sbin doins sbin/kexec }