diff options
author | 2008-02-15 22:50:02 +0000 | |
---|---|---|
committer | 2008-02-15 22:50:02 +0000 | |
commit | bcb5b39fef1a69908a3bc1d07e8754e67907cf14 (patch) | |
tree | 1ee7de422e13f8fb0b83cb6cc80ad7f4efee0192 /games-sports/trophy/trophy-1.1.5.ebuild | |
parent | Filter CFLAGS (diff) | |
download | gentoo-2-bcb5b39fef1a69908a3bc1d07e8754e67907cf14.tar.gz gentoo-2-bcb5b39fef1a69908a3bc1d07e8754e67907cf14.tar.bz2 gentoo-2-bcb5b39fef1a69908a3bc1d07e8754e67907cf14.zip |
Version bump, bug #181743
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-sports/trophy/trophy-1.1.5.ebuild')
-rw-r--r-- | games-sports/trophy/trophy-1.1.5.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games-sports/trophy/trophy-1.1.5.ebuild b/games-sports/trophy/trophy-1.1.5.ebuild new file mode 100644 index 000000000000..bfb34a1a07e1 --- /dev/null +++ b/games-sports/trophy/trophy-1.1.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v 1.1 2008/02/15 22:50:01 nyhm Exp $ + +inherit eutils games + +DESCRIPTION="2D Racing Game" +HOMEPAGE="http://trophy.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-games/clanlib-0.8*" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-display-segv.patch +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog README TODO + prepgamesdirs +} |