# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="abstract shoot-em-up" HOMEPAGE="http://mbays.freeshell.org/kuklomenos/" SRC_URI="http://mbays.freeshell.org/kuklomenos/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libsdl media-libs/libvorbis" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { egamesconf || die "egamesconf failed" emake || die "emake failed" } src_install() { dogamesbin "${PN}" insinto "${GAMES_DATADIR}"/${PN} doins -r fonts doins -r sounds dodoc README AUTHORS NEWS TODO ChangeLog prepgamesdirs }