diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-03 10:56:23 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-03 10:56:23 +0000 |
commit | 3119eb84e1674493f1f27cdafbef8a5d42dd18e4 (patch) | |
tree | 727e27c5bf7f0c6c4fea7104dedc0bc2a588b4e6 /games-roguelike/ivan/ivan-0.50.ebuild | |
parent | Removed src_test since it doesn't work. (diff) | |
download | gentoo-2-3119eb84e1674493f1f27cdafbef8a5d42dd18e4.tar.gz gentoo-2-3119eb84e1674493f1f27cdafbef8a5d42dd18e4.tar.bz2 gentoo-2-3119eb84e1674493f1f27cdafbef8a5d42dd18e4.zip |
Don't use egamesinstall
(Portage version: 2.1.2-r6)
Diffstat (limited to 'games-roguelike/ivan/ivan-0.50.ebuild')
-rw-r--r-- | games-roguelike/ivan/ivan-0.50.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games-roguelike/ivan/ivan-0.50.ebuild b/games-roguelike/ivan/ivan-0.50.ebuild index ff97554256c5..ec470450f152 100644 --- a/games-roguelike/ivan/ivan-0.50.ebuild +++ b/games-roguelike/ivan/ivan-0.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 1.6 2006/09/27 14:13:59 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 1.7 2007/02/03 10:56:23 nyhm Exp $ inherit eutils flag-o-matic games @@ -13,12 +13,14 @@ SLOT="0" KEYWORDS="~ppc x86 ~x86-fbsd" IUSE="" -DEPEND=">=media-libs/libsdl-1.2.0" +DEPEND="media-libs/libsdl" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${P}"-gcc41.patch + epatch \ + "${FILESDIR}"/${P}-gcc41.patch \ + "${FILESDIR}"/${P}-install.patch } src_compile() { @@ -28,7 +30,7 @@ src_compile() { } src_install() { - egamesinstall || die + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog LICENSING NEWS README keepdir "${GAMES_STATEDIR}/ivan/Bones" prepgamesdirs |