# 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 $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.xbox-linux.sourceforge.net:/cvsroot/xbox-linux" ECVS_MODULE="cromwell" ECVS_USER="anonymous" ECVS_PASS="" inherit cvs IUSE="" DESCRIPTION="Bios for the xbox" SRC_URI="" HOMEPAGE="http://www.xbox-linux.org" RESTRICT="$RESTRICT nostrip" DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" S=${WORKDIR}/${ECVS_MODULE} 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} }