# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs games DESCRIPTION="2D scrolling shooter, resembles old DOS game of same name" HOMEPAGE="http://geocities.com/fnorddaemon/" SRC_URI="http://geocities.com/fnorddaemon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="media-libs/libsdl" src_compile() { tc-export CC emake || die "failed" } src_install() { dogamesbin snipes || die "dogamesbin failed" doman snipes.6 dodoc ChangeLog prepgamesdirs }