# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Read and write the xbox bios flash memory" HOMEPAGE="http://www.xbox-linux.org/" SRC_URI="http://xbox-linux.org/down/raincoat-0.5+.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/${PN} src_compile() { cd ${S} make || die "make failed" } src_install() { dodir /etc install raincoat.conf ${D}/etc dobin raincoat dodoc README }