summaryrefslogtreecommitdiff
blob: 8b7bb0fcd14dcf904d7427c7034e865ab5b48dfc (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
25
26
27
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit mount-boot

DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="-* x86"
IUSE=""
RESTRICT="${RESTRICT} strip"

DEPEND=""
RDEPEND=""

S=${WORKDIR}/cromwell-${PV}

src_install () {
	dodir /boot/${PN}
	insinto /boot/${PN}
	doins cromwell{,_1024}.bin xromwell.xbe
}