You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/excido/excido-0.1.5c-r2.ebuild

44 lines
857 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils games
DESCRIPTION="A fast paced action game"
HOMEPAGE="http://icculus.org/excido/"
SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="dev-games/physfs
media-libs/libsdl[opengl]
media-libs/sdl-mixer
media-libs/sdl-ttf
media-libs/sdl-image[png]
media-libs/openal
media-libs/freealut"
RDEPEND=${DEPEND}
src_prepare() {
epatch \
"${FILESDIR}"/${P}-freealut.patch \
"${FILESDIR}"/${P}-build.patch
}
src_compile() {
emake DATADIR="${GAMES_DATADIR}"/${PN}/
}
src_install() {
dogamesbin ${PN}
insinto "${GAMES_DATADIR}"/${PN}
doins data/*
dodoc BUGS CHANGELOG HACKING README TODO \
keyguide.txt data/CREDITS data/*.txt
prepgamesdirs
}