games-arcade/excido - 0.1.5c (gentoo)

Search

Install

Install this version:

emerge -a =games-arcade/excido-0.1.5c

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

autounmask =games-arcade/excido-0.1.5c

Or alternatively:

emerge --autounmask-write -a =games-arcade/excido-0.1.5c

Package Information

Description:
Fast paced action game
Homepage:
https://icculus.org/excido/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.1.5c 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 desktop toolchain-funcs

DESCRIPTION="Fast paced action game"
HOMEPAGE="https://icculus.org/excido/"
SRC_URI="
	https://icculus.org/excido/${P}-src.tar.bz2
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}.png"

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

DEPEND="
	dev-games/physfs
	media-libs/freealut
	media-libs/libsdl[opengl]
	media-libs/openal
	media-libs/sdl-image[png]
	media-libs/sdl-mixer
	media-libs/sdl-ttf"
RDEPEND="${DEPEND}"

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

src_compile() {
	tc-export CXX

	emake DATADIR=/usr/share/${PN}/
}

src_install() {
	dobin ${PN}

	insinto /usr/share/${PN}
	doins -r data/.

	dodoc BUGS CHANGELOG HACKING README TODO \
		data/{CREDITS,readme-jf-nebula_sky.txt} keyguide.txt

	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry ${PN} Excido
}

Inherited Eclasses

Dependencies

DEPEND

	dev-games/physfs
	media-libs/freealut
	media-libs/libsdl[opengl]
	media-libs/openal
	media-libs/sdl-image[png]
	media-libs/sdl-mixer
	media-libs/sdl-ttf

RDEPEND

	dev-games/physfs
	media-libs/freealut
	media-libs/libsdl[opengl]
	media-libs/openal
	media-libs/sdl-image[png]
	media-libs/sdl-mixer
	media-libs/sdl-ttf

Manifest for 0.1.5c

Type File Size Source URLs
DIST excido-0.1.5c-src.tar.bz2 2981629 bytes https://icculus.org/excido/excido-0.1.5c-src.tar.bz2
DIST excido.png 965 bytes https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/excido.png