diff options
Diffstat (limited to 'games-emulation/gnomame/gnomame-1.00_beta6.ebuild')
-rw-r--r-- | games-emulation/gnomame/gnomame-1.00_beta6.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild index be966fe3af64..4de80dc1e9b6 100644 --- a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild +++ b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild @@ -1,25 +1,28 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/gnomame-1.00_beta6.ebuild,v 1.3 2004/02/20 06:26:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/gnomame-1.00_beta6.ebuild,v 1.4 2004/06/07 05:31:40 mr_bones_ Exp $ MY_P="${P/_beta/b}" -S=${WORKDIR}/${MY_P} DESCRIPTION="GTK+ xmame catalog and frontend" SRC_URI="http://gnomame.sourceforge.net/files/${MY_P}.tar.gz" HOMEPAGE="http://gnomame.sourceforge.net/" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86" +IUSE="" DEPEND="=x11-libs/gtk+-1.2* media-libs/gdk-pixbuf games-emulation/xmame" +S="${WORKDIR}/${MY_P}" + src_compile() { econf || die emake || die "emake failed" } + src_install() { einstall || die dodoc AUTHORS ChangeLog README || die "dodoc failed" |