From 1a7489fcb3c01976e3c30257ffd26d3b59da5527 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 15 May 2009 18:55:46 +0000 Subject: version bump (Portage version: 2.1.6.11/cvs/Linux i686) --- games-action/snipes/snipes-1.0.4.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 games-action/snipes/snipes-1.0.4.ebuild (limited to 'games-action/snipes/snipes-1.0.4.ebuild') diff --git a/games-action/snipes/snipes-1.0.4.ebuild b/games-action/snipes/snipes-1.0.4.ebuild new file mode 100644 index 000000000000..ba24f005f0fe --- /dev/null +++ b/games-action/snipes/snipes-1.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.4.ebuild,v 1.1 2009/05/15 18:55:46 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name" +HOMEPAGE="http://cyp.github.com/snipes/" +SRC_URI="http://cyp.github.com/snipes/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="media-libs/libsdl" + +src_install() { + dogamesbin snipes || die "dogamesbin failed" + doman snipes.6 + dodoc ChangeLog + doicon ${PN}.png + make_desktop_entry snipes "Snipes" + prepgamesdirs +} -- cgit v1.2.3-65-gdbad