# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.20 2004/02/23 18:03:42 mr_bones_ Exp $ 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" S=${WORKDIR}/${P} src_compile() { cd ${S} make all || die } src_install () { dodir /opt/${P} cd ${S} install image/image.bin image/image_1024.bin xbe/default.xbe ${D}/opt/${P} }