games-util/wiiload - 0.5.3 (gentoo)

Search

Install

Install this version:

emerge -a =games-util/wiiload-0.5.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-util/wiiload-0.5.3

Or alternatively:

emerge --autounmask-write -a =games-util/wiiload-0.5.3

Package Information

Description:
Load homebrew apps over the network to your Wii
Homepage:
http://wiibrew.org/wiki/Wiiload https://github.com/devkitPro/wiiload
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.5.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Load homebrew apps over the network to your Wii"
HOMEPAGE="http://wiibrew.org/wiki/Wiiload https://github.com/devkitPro/wiiload"
SRC_URI="https://github.com/devkitPro/wiiload/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="virtual/zlib:="
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}/${P}-stdbool.patch"
)

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

virtual/zlib:=

RDEPEND

virtual/zlib:=

Manifest for 0.5.3

Type File Size Source URLs
DIST wiiload-0.5.3.tar.gz 5528 bytes https://github.com/devkitPro/wiiload/archive/refs/tags/v0.5.3.tar.gz