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-rpg/rain-slick/rain-slick-2.1.ebuild

39 lines
938 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/rain-slick/rain-slick-2.1.ebuild,v 1.3 2011/02/07 04:48:43 vapier Exp $
inherit games
EP=${PV:0:1}
REV=${PV:2:1}
DESCRIPTION="On the Rain-Slick Precipice of Darkness, Episode Two"
HOMEPAGE="http://rainslick.com/"
SRC_URI="http://a.pa-cdn.com/greenhouse/rainslickep${EP}_linux_r${REV}.tgz"
LICENSE="as-is"
SLOT="${EP}"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="strip"
RDEPEND="sys-libs/glibc
virtual/opengl
x11-libs/libXrandr
x11-libs/libX11
x11-libs/libXext
amd64? (
app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-xlibs
)"
S=${WORKDIR}/RainSlickEp${EP}
src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}/ep${EP}"
dodir "${dir}"
cp -pPR * "${D}/${dir}/" || die
games_make_wrapper RainSlickEp${EP} "${dir}/RainSlickEp${EP}" || die
prepgamesdirs
}