summaryrefslogtreecommitdiff
blob: 6bed76e9c9d1638091bc5625f46c2db4877adb93 (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
29
30
31
32
33
34
35
36
37
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.12 2006/10/20 07:39:07 nyhm Exp $

inherit games

MY_P="linuxphobia-${PV}"
DESCRIPTION="Just a moment ago, you were safe inside your ship, behind five inch armour"
HOMEPAGE="http://www.lynxlabs.com/games/linuxphobia/index.html"
SRC_URI="http://www.lynxlabs.com/games/linuxphobia/${MY_P}-i386.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
RESTRICT="strip"

DEPEND=""
RDEPEND="media-libs/sdl-mixer
	media-libs/libsdl
	x86? ( sys-libs/lib-compat )
	amd64? ( app-emulation/emul-linux-x86-compat )"

S=${WORKDIR}/${MY_P}

src_install() {
	local dir=${GAMES_PREFIX_OPT}/${PN}

	games_make_wrapper ${PN/ii/II} ./linuxphobia "${dir}"

	insinto "${dir}"
	doins -r * || die "doins failed"

	rm -rf "${D}/${dir}"/{*.desktop,*.sh,*.ico,/pics/.xvpics}
	fperms 750 "${dir}"/linuxphobia
	prepgamesdirs
}