# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/mknbi/mknbi-1.4.1.ebuild,v 1.6 2004/06/24 23:56:26 agriffis Exp $ DESCRIPTION="Utility for making tagged kernel images useful for netbooting" SRC_URI="mirror://sourceforge/etherboot/${P}.tar.gz" RESTRICT="nomirror" HOMEPAGE="http://etherboot.sourceforge.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=dev-lang/perl-5.6.1 dev-lang/nasm" src_compile() { sed -i -e "s:\/usr\/local:\/usr:" Makefile emake || die "Compile failed" } src_install() { export BUILD_ROOT=${D} dodoc COPYING make DESTDIR=${D} install || die "Installing failed" }