sys-boot/cromwell-bin - 2.40 (gentoo)

Search

Install

Install this version:

emerge -a =sys-boot/cromwell-bin-2.40

Package Information

Description:
Xbox boot loader precompiled binaries from xbox-linux.org
Homepage:
https://sourceforge.net/projects/xbox-linux/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.40 8 -* x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit mount-boot

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

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* x86"
RESTRICT="${RESTRICT} strip"

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

Inherited Eclasses

Manifest for 2.40

Type File Size Source URLs
DIST cromwell-2.40.tar.gz 541204 bytes https://downloads.sourceforge.net/xbox-linux/cromwell-2.40.tar.gz