Skip to content

Commit

Permalink
games-emulation/zinc: Stop using games.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
pacho2 committed Apr 29, 2018
1 parent 47abbb8 commit 76ff05c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions games-emulation/zinc/zinc-1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="An x86 binary-only emulator for Sony ZN-1, ZN-2, and Namco System 11 arcades"
HOMEPAGE="http://caesar.logiqx.com/php/emulator.php?id=zinc_linux"
SRC_URI="http://caesar.logiqx.com/zips/emus/linux/zinc_linux/${P//[-.]/}-lnx.tar.bz2"

LICENSE="freedist"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"
QA_PREBUILT="/opt/bin/zinc /usr/lib*/*.so"

RDEPEND="
x11-libs/libXext[abi_x86_32(-)]
virtual/opengl[abi_x86_32(-)]
"

S="${WORKDIR}/zinc"

src_install() {
exeinto /opt/bin
doexe zinc
dolib.so libcontrolznc.so librendererznc.so libsoundznc.so libs11player.so
einstalldocs
}

0 comments on commit 76ff05c

Please sign in to comment.