diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-28 19:31:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-28 19:31:14 +0000 |
commit | 885cdd224a49d57b2e5481adf8fd167f9e09941b (patch) | |
tree | 8be5a4ec0ba2ca454947fcca6bca877a93099bd9 /games-emulation/zinc/zinc-1.1.ebuild | |
parent | Bug #77989, new version of bind-9.3, masked. (diff) | |
download | gentoo-2-885cdd224a49d57b2e5481adf8fd167f9e09941b.tar.gz gentoo-2-885cdd224a49d57b2e5481adf8fd167f9e09941b.tar.bz2 gentoo-2-885cdd224a49d57b2e5481adf8fd167f9e09941b.zip |
version bump (bug #79677)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-emulation/zinc/zinc-1.1.ebuild')
-rw-r--r-- | games-emulation/zinc/zinc-1.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games-emulation/zinc/zinc-1.1.ebuild b/games-emulation/zinc/zinc-1.1.ebuild new file mode 100644 index 000000000000..6b4ed664ebea --- /dev/null +++ b/games-emulation/zinc/zinc-1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.1 2005/01/28 19:31:14 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="An x86 binary-only emulator for the Sony ZN-1, ZN-2, and Namco System 11 arcade systems" +HOMEPAGE="http://www.emuhype.com/" +SRC_URI="http://www.emuhype.com/files/${P//[-.]/}-lnx.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* x86" +IUSE="" + +DEPEND="virtual/libc + virtual/x11 + virtual/opengl" + +S=${WORKDIR}/zinc + +src_install() { + exeinto /opt/bin + doexe zinc || die "doexe failed" + dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so + dodoc readme.txt + prepgamesdirs +} |