diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
commit | 4449c749e4d0a531f4dffcd6bd11772e59ecbf81 (patch) | |
tree | 47ac23a46562d1736503b9b2447f81b34199c04e /games-emulation/dgen-sdl | |
parent | New package - rename. (diff) | |
download | historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.gz historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.bz2 historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/dgen-sdl')
-rw-r--r-- | games-emulation/dgen-sdl/ChangeLog | 13 | ||||
-rw-r--r-- | games-emulation/dgen-sdl/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 29 | ||||
-rw-r--r-- | games-emulation/dgen-sdl/files/digest-dgen-sdl-1.23 | 1 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog new file mode 100644 index 000000000000..61a3e06447dd --- /dev/null +++ b/games-emulation/dgen-sdl/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-emulation/dgen-sdl +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.1 2003/09/09 16:26:49 vapier 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/games-emulation/dgen-sdl/Manifest b/games-emulation/dgen-sdl/Manifest new file mode 100644 index 000000000000..1e2a370c5ca4 --- /dev/null +++ b/games-emulation/dgen-sdl/Manifest @@ -0,0 +1,3 @@ +MD5 33a5cd8fea3cbea071bc188d4c61f24d ChangeLog 696 +MD5 8797bea5a8b5f98746f872f57a735f7d dgen-sdl-1.23.ebuild 842 +MD5 b62a7d15563b05b01fa3b382d6eb26d5 files/digest-dgen-sdl-1.23 65 diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild new file mode 100644 index 000000000000..61eda7e16a98 --- /dev/null +++ b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.1 2003/09/09 16:26:49 vapier Exp $ + +DESCRIPTION="DGen/SDL is a Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" +HOMEPAGE="http://www.pknet.com/~joe/dgen-sdl.html" +SRC_URI="http://www.pknet.com/~joe/${P}.tar.gz" + +SLOT="0" +KEYWORDS="x86" +LICENSE="dgen-sdl" +IUSE="X mmx opengl" + +DEPEND="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" + + econf ${myconf} + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/games-emulation/dgen-sdl/files/digest-dgen-sdl-1.23 b/games-emulation/dgen-sdl/files/digest-dgen-sdl-1.23 new file mode 100644 index 000000000000..9125ce4145f4 --- /dev/null +++ b/games-emulation/dgen-sdl/files/digest-dgen-sdl-1.23 @@ -0,0 +1 @@ +MD5 b1896c1b21ddb152626aec2e8a157a3a dgen-sdl-1.23.tar.gz 340556 |