diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:00:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:00:07 +0000 |
commit | 9d228c30dd78d5fc5f67a552d4d347f9546e1d9e (patch) | |
tree | 43d25138876c6e624fcd5642b685d87441773abc /games-emulation/zinc | |
parent | update HOMEPAGE/DESCRIPTION #52092 (diff) | |
download | gentoo-2-9d228c30dd78d5fc5f67a552d4d347f9546e1d9e.tar.gz gentoo-2-9d228c30dd78d5fc5f67a552d4d347f9546e1d9e.tar.bz2 gentoo-2-9d228c30dd78d5fc5f67a552d4d347f9546e1d9e.zip |
IUSE; tidy
Diffstat (limited to 'games-emulation/zinc')
-rw-r--r-- | games-emulation/zinc/zinc-0.9.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/games-emulation/zinc/zinc-0.9.ebuild b/games-emulation/zinc/zinc-0.9.ebuild index 7aed21b39613..14aec5b0265c 100644 --- a/games-emulation/zinc/zinc-0.9.ebuild +++ b/games-emulation/zinc/zinc-0.9.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-0.9.ebuild,v 1.3 2004/02/22 20:31:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-0.9.ebuild,v 1.4 2004/05/27 03:00:07 mr_bones_ Exp $ -S="${WORKDIR}/zinc" DESCRIPTION="ZiNc is an x86 binary-only emulator for the Sony ZN-1, ZN-2, and Namco System 11 arcade systems." -SRC_URI="http://www.emuhype.com/files/${P}-linux.tar.bz2" HOMEPAGE="http://www.emuhype.com/" +SRC_URI="http://www.emuhype.com/files/${P}-linux.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 -ppc -sparc" +IUSE="" + DEPEND="virtual/glibc virtual/x11 virtual/opengl" -KEYWORDS="x86 -ppc -sparc" -LICENSE="as-is" -SLOT="0" + +S="${WORKDIR}/zinc" src_install() { exeinto /opt/bin |