diff options
author | Angelo D'Autilia (sYdRo) <sydro@salug.it> | 2010-03-05 11:29:55 +0000 |
---|---|---|
committer | Angelo D'Autilia (sYdRo) <sydro@salug.it> | 2010-03-05 11:29:55 +0000 |
commit | 2825715c620efbd4fd7390fae6e361cca3a75bd2 (patch) | |
tree | c24db13ef1caa8a81b4e4e11efa04feee751bafe /games-arcade/flyhard/flyhard-0.41.ebuild | |
parent | games-action/tacticsgame: Removed dot in description, added ~x86 keyword (diff) | |
download | sunrise-2825715c620efbd4fd7390fae6e361cca3a75bd2.tar.gz sunrise-2825715c620efbd4fd7390fae6e361cca3a75bd2.tar.bz2 sunrise-2825715c620efbd4fd7390fae6e361cca3a75bd2.zip |
games-arcade/flyhard: Version bump to flyhard-0.41
svn path=/sunrise/; revision=10232
Diffstat (limited to 'games-arcade/flyhard/flyhard-0.41.ebuild')
-rw-r--r-- | games-arcade/flyhard/flyhard-0.41.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-arcade/flyhard/flyhard-0.41.ebuild b/games-arcade/flyhard/flyhard-0.41.ebuild new file mode 100644 index 000000000..f104b2207 --- /dev/null +++ b/games-arcade/flyhard/flyhard-0.41.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit games + +DESCRIPTION="A game resembling Thrust, but with lots of shooting and puzzles" +HOMEPAGE="http://www.markboyd.me.uk/games/flyhard/flyhard.html" +SRC_URI="http://www.markboyd.me.uk/games/flyhard/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libpng + media-libs/libsdl + media-libs/sdl-mixer" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS README NEWS TODO ChangeLog + prepgamesdirs +} |