summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-13 23:20:14 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-13 23:20:14 +0000
commit4c1cd8ab739f13a138a17fbb5d8ffedad6627a1e (patch)
tree253d9e5fb7afa2172f02ab6b03eebf3c9aa8b659 /app-emulation
parentNew version of nagios-core (diff)
downloadgentoo-2-4c1cd8ab739f13a138a17fbb5d8ffedad6627a1e.tar.gz
gentoo-2-4c1cd8ab739f13a138a17fbb5d8ffedad6627a1e.tar.bz2
gentoo-2-4c1cd8ab739f13a138a17fbb5d8ffedad6627a1e.zip
moved to app-emulation
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gxmame/ChangeLog9
-rw-r--r--app-emulation/gxmame/files/digest-gxmame-0.311
-rw-r--r--app-emulation/gxmame/gxmame-0.31.ebuild24
3 files changed, 34 insertions, 0 deletions
diff --git a/app-emulation/gxmame/ChangeLog b/app-emulation/gxmame/ChangeLog
new file mode 100644
index 000000000000..6a887dadd59a
--- /dev/null
+++ b/app-emulation/gxmame/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-emulation/gxmame
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxmame/ChangeLog,v 1.1 2003/01/13 23:20:14 rphillips Exp $
+
+*gxmame-0.31 (13 Jan 2003)
+
+ 13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> gxmame-0.31.ebuild:
+ Official version
+
diff --git a/app-emulation/gxmame/files/digest-gxmame-0.31 b/app-emulation/gxmame/files/digest-gxmame-0.31
new file mode 100644
index 000000000000..be6f02a41d74
--- /dev/null
+++ b/app-emulation/gxmame/files/digest-gxmame-0.31
@@ -0,0 +1 @@
+MD5 af8d6b296351a199180b33bee47d5d21 gxmame-0.31.tar.gz 523162
diff --git a/app-emulation/gxmame/gxmame-0.31.ebuild b/app-emulation/gxmame/gxmame-0.31.ebuild
new file mode 100644
index 000000000000..ded5c26e719f
--- /dev/null
+++ b/app-emulation/gxmame/gxmame-0.31.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxmame/gxmame-0.31.ebuild,v 1.1 2003/01/13 23:20:14 rphillips Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GXMame is a frontend for XMame using the GTK library, the goal is to provide the same GUI as mame32."
+HOMEPAGE="http://gxmame.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gxmame/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc"
+IUSE=""
+DEPEND="x11-base/xfree
+ =x11-libs/gtk+-1.2*
+ =dev-libs/glib-1.2*"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ einstall
+}