You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/spaz/spaz-1.605.ebuild

50 lines
1.0 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $
EAPI=4
inherit unpacker games
DESCRIPTION="Space Pirates and Zombies"
HOMEPAGE="http://spacepiratesandzombies.com"
SRC_URI="${PN}-linux-humblebundle-09182012-bin"
LICENSE="LOKI-EULA"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="alsa pulseaudio"
RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl )
x86? (
media-libs/openal[alsa?,pulseaudio?]
media-libs/libsdl
)
"
S="${WORKDIR}"/data
QA_PREBUILT="opt/spaz/SPAZ"
src_unpack() {
unpack_zip ${A}
}
src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
insinto "${dir}"
exeinto "${dir}"
doexe SPAZ
doins -r common game mods
doins audio.so
newicon SPAZ.png spaz.png
dodoc README-linux.txt
games_make_wrapper ${PN} ./SPAZ "${dir}" "${dir}"
make_desktop_entry ${PN} "Space Pirates and Zombies" ${PN}
prepgamesdirs
}