games-arcade/ri-li - 2.0.1 (gentoo)

Search

Install

Install this version:

emerge -a =games-arcade/ri-li-2.0.1

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

autounmask =games-arcade/ri-li-2.0.1

Or alternatively:

emerge --autounmask-write -a =games-arcade/ri-li-2.0.1

Package Information

Description:
Drive a toy wood engine and collect all the coaches
Homepage:
https://ri-li.sourceforge.net/
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit autotools desktop

DESCRIPTION="Drive a toy wood engine and collect all the coaches"
HOMEPAGE="https://ri-li.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/ri-li/Ri-li-${PV}.tar.bz2"
S="${WORKDIR}/Ri-li-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	media-libs/libsdl[sound,video]
	media-libs/sdl-mixer[mod]
"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${PN}-2.0.1-gcc43.patch
	"${FILESDIR}"/${PN}-2.0.1-gcc11.patch
)

src_prepare() {
	default

	mv configure.{in,ac} || die
	rm aclocal.m4 || die
	eautoreconf
}

src_install() {
	default

	rm -f "${ED}/usr/share/Ri-li/"*ebuild || die

	newicon data/Ri-li-icon-48x48.png ${PN}.png
	make_desktop_entry Ri_li Ri-li
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libsdl[sound,video]
	media-libs/sdl-mixer[mod]

RDEPEND

	media-libs/libsdl[sound,video]
	media-libs/sdl-mixer[mod]

Manifest for 2.0.1

Type File Size Source URLs
DIST Ri-li-2.0.1.tar.bz2 13745398 bytes https://downloads.sourceforge.net/ri-li/Ri-li-2.0.1.tar.bz2