diff options
author | 2004-01-18 06:34:32 +0000 | |
---|---|---|
committer | 2004-01-18 06:34:32 +0000 | |
commit | 70796aa3d1965007a55189655ea7907f9e34d8ed (patch) | |
tree | 57c6b328fb8efa15c31c7af74b51a7811c5460d8 /games-emulation/handy | |
parent | no need for a wrapper (diff) | |
download | gentoo-2-70796aa3d1965007a55189655ea7907f9e34d8ed.tar.gz gentoo-2-70796aa3d1965007a55189655ea7907f9e34d8ed.tar.bz2 gentoo-2-70796aa3d1965007a55189655ea7907f9e34d8ed.zip |
initial ebuild #38026
Diffstat (limited to 'games-emulation/handy')
-rw-r--r-- | games-emulation/handy/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/handy/files/digest-handy-0.82 | 1 | ||||
-rw-r--r-- | games-emulation/handy/handy-0.82.ebuild | 27 |
3 files changed, 36 insertions, 0 deletions
diff --git a/games-emulation/handy/ChangeLog b/games-emulation/handy/ChangeLog new file mode 100644 index 000000000000..10463d20f32d --- /dev/null +++ b/games-emulation/handy/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-emulation/handy +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.1 2004/01/18 06:34:32 vapier Exp $ + +*handy-0.82 (18 Jan 2004) + + 18 Jan 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Chris Aniszczyk <zx@mea-culpa.net> #38026. diff --git a/games-emulation/handy/files/digest-handy-0.82 b/games-emulation/handy/files/digest-handy-0.82 new file mode 100644 index 000000000000..7de28374920e --- /dev/null +++ b/games-emulation/handy/files/digest-handy-0.82 @@ -0,0 +1 @@ +MD5 f35112409988c68beaf5edf6b30c23e3 Handy-SDL-0.82R1.i386.linux-glibc22.tar.bz2 158228 diff --git a/games-emulation/handy/handy-0.82.ebuild b/games-emulation/handy/handy-0.82.ebuild new file mode 100644 index 000000000000..ecef61a903c9 --- /dev/null +++ b/games-emulation/handy/handy-0.82.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit games + +MY_RLS="R1" +DESCRIPTION="A Atari Lynx emulator for Linux" +HOMEPAGE="http://sdlemu.ngemu.com/handysdl.php" +SRC_URI="http://sdlemu.ngemu.com/releases/Handy-SDL-${PV}${MY_RLS}.i386.linux-glibc22.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* x86" + +RDEPEND="media-libs/libsdl + sys-libs/zlib + virtual/glibc + sys-libs/lib-compat" + +S=${WORKDIR} + +src_install() { + exeinto /opt/bin + newexe sdlhandy handy || die "doexe failed" + dohtml -r docs/* + prepgamesdirs +} |