blob: c084b3c371909ead28597e294074fe4b82ac9f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/raincoat-20051004.ebuild,v 1.1 2005/10/04 21:08:18 gimli Exp $
DESCRIPTION="Flash the Xbox boot chip"
HOMEPAGE="http://www.xbox-linux.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_compile() {
emake || die
}
src_install() {
dodir /etc
insinto /etc
doins etc/raincoat.conf
dodoc docs/README
dobin bin/raincoat || die
}
|