# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mount-boot IUSE="" DESCRIPTION="Bios / boot loader for the Xbox" SRC_URI="http://europa.dcs.ed.ac.uk:1234/~chrb/pub/xbox/cromwell-2.30_p20040518.tar.bz2" HOMEPAGE="http://www.xbox-linux.org" RESTRICT="${RESTRICT} nostrip" DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" PROVIDE="virtual/bootloader" S=${WORKDIR}/${PN} src_compile() { emake -j1 || die } src_install () { dodir /boot/${PN} insinto /boot/${PN} doins ${S}/image/image.bin ${S}/image/image_1024.bin \ ${S}/xbe/default.xbe || die }