# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Bios for the xbox" HOMEPAGE="http://www.xbox-linux.org" SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/cromwell RESTRICT="$RESTRICT nostrip" src_install() { dodir /opt/${P} cd ${S} install image.bin image_1024.bin default.xbe ${D}/opt/${P} }