summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/yabause/yabause-0.0.5.ebuild')
-rw-r--r--games-emulation/yabause/yabause-0.0.5.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-emulation/yabause/yabause-0.0.5.ebuild b/games-emulation/yabause/yabause-0.0.5.ebuild
new file mode 100644
index 000000000000..957d85f549bb
--- /dev/null
+++ b/games-emulation/yabause/yabause-0.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.0.5.ebuild,v 1.1 2004/06/08 19:57:14 dholm Exp $
+
+inherit eutils
+
+DESCRIPTION="A Sega Saturn emulator"
+HOMEPAGE="http://yabause.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE=""
+DEPEND="media-libs/libsdl
+ media-libs/sdl-image"
+
+src_install() {
+ einstall || die "einstall failed"
+ dodoc AUTHORS COPYING ChangeLog TODO README
+}