blob: eea166214981e8817853a8857f2c4f8d721149a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/neopocott-0.38b.ebuild,v 1.5 2004/07/01 11:15:38 eradicator Exp $
inherit games
MY_RLS="R2.1"
DESCRIPTION="A NeoGeo Pocket emulator for Linux"
HOMEPAGE="http://sdlemu.ngemu.com/neopocottsdl.php"
SRC_URI="http://sdlemu.ngemu.com/releases/NeoPocott-SDL-${PV}${MY_RLS}.i386.linux-glibc22.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""
RDEPEND="media-libs/libsdl
sys-libs/zlib
virtual/libc"
S=${WORKDIR}
src_install() {
exeinto /opt/bin
doexe neopocott || die "doexe failed"
dodoc doc/*
prepgamesdirs
}
|