summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-08-02 04:17:39 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-08-02 04:17:39 +0000
commit436b893b98d206d6be2d81327d23e8d965e9b5fc (patch)
treebde2f567c70c84666ff9f3b3b4c2958d520c75e9 /app-emulation/dgen-sdl
parentslight fix0rs (diff)
downloadgentoo-2-436b893b98d206d6be2d81327d23e8d965e9b5fc.tar.gz
gentoo-2-436b893b98d206d6be2d81327d23e8d965e9b5fc.tar.bz2
gentoo-2-436b893b98d206d6be2d81327d23e8d965e9b5fc.zip
New package. Fixes #4951. Submitted by Hanno Boeck
Diffstat (limited to 'app-emulation/dgen-sdl')
-rw-r--r--app-emulation/dgen-sdl/ChangeLog13
-rw-r--r--app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild38
-rw-r--r--app-emulation/dgen-sdl/files/digest-dgen-sdl-1.231
3 files changed, 52 insertions, 0 deletions
diff --git a/app-emulation/dgen-sdl/ChangeLog b/app-emulation/dgen-sdl/ChangeLog
new file mode 100644
index 000000000000..c53076cac14c
--- /dev/null
+++ b/app-emulation/dgen-sdl/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-emulation/dgen-sdl
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/ChangeLog,v 1.1 2002/08/02 04:17:39 rphillips Exp $
+
+*dgen-sdl-1.23 (1 Aug 2002)
+
+ 1 Aug 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
new file mode 100644
index 000000000000..2e1d34d9da49
--- /dev/null
+++ b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.1 2002/08/02 04:17:39 rphillips Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="DGen/SDL is a Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator"
+HOMEPAGE="http://www.pknet.com/~joe/dgen-sdl.html"
+LICENSE="dgen-sdl"
+SRC_URI="http://www.pknet.com/~joe/${P}.tar.gz"
+SLOT="0"
+KEYWORDS="x86"
+
+RDEPEND="media-libs/libsdl
+ X? (virtual/X11)
+ opengl? (virtual/opengl)"
+RDEPEND="${DEPEND}
+ dev-lang/nasm"
+
+src_compile() {
+ local myconf=""
+
+ use opengl || myconf="${myconf} --without-opengl"
+ use X && myconf="${myconf} --with-x"
+ use mmx || myconf="${myconf} --without-mmx"
+
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ ${myconf} || die
+
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+}
diff --git a/app-emulation/dgen-sdl/files/digest-dgen-sdl-1.23 b/app-emulation/dgen-sdl/files/digest-dgen-sdl-1.23
new file mode 100644
index 000000000000..9125ce4145f4
--- /dev/null
+++ b/app-emulation/dgen-sdl/files/digest-dgen-sdl-1.23
@@ -0,0 +1 @@
+MD5 b1896c1b21ddb152626aec2e8a157a3a dgen-sdl-1.23.tar.gz 340556