diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 19:48:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 19:48:58 +0000 |
commit | 906901a0584ab596b268f65bcf04f6c233f722f0 (patch) | |
tree | 19c93270d499318c42b6335698c8a81fc81fe775 /games-emulation/gngb/gngb-20060309.ebuild | |
parent | EAPI=2 (diff) | |
download | gentoo-2-906901a0584ab596b268f65bcf04f6c233f722f0.tar.gz gentoo-2-906901a0584ab596b268f65bcf04f6c233f722f0.tar.bz2 gentoo-2-906901a0584ab596b268f65bcf04f6c233f722f0.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation/gngb/gngb-20060309.ebuild')
-rw-r--r-- | games-emulation/gngb/gngb-20060309.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/gngb/gngb-20060309.ebuild b/games-emulation/gngb/gngb-20060309.ebuild index f51192e0d85c..020fd402c7dd 100644 --- a/games-emulation/gngb/gngb-20060309.ebuild +++ b/games-emulation/gngb/gngb-20060309.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.1 2007/10/31 23:46:39 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.2 2009/10/14 19:48:58 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="Gameboy / Gameboy Color emulator" @@ -18,13 +19,12 @@ DEPEND="media-libs/libsdl app-arch/bzip2 opengl? ( virtual/opengl )" -src_compile() { - egamesconf $(use_with opengl gl) || die - emake || die "emake failed" +src_configure() { + egamesconf $(use_with opengl gl) } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs } |