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-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild

44 lines
1.1 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.7 2012/12/27 21:34:19 tupone Exp $
inherit unpacker games
DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12"
SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin"
LICENSE="THINKTANKS"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
RESTRICT="strip"
DEPEND=""
RDEPEND="media-libs/libsdl
media-libs/libvorbis"
S=${WORKDIR}
dir=${GAMES_PREFIX_OPT}/${PN}
QA_PREBUILT="${dir:1}/ThinkTanks.bin"
src_install() {
dodir "${dir}" "${GAMES_BINDIR}"
tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz"
exeinto "${dir}"
doexe bin/Linux/x86/thinktanksdemo
dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
# Using system libraries
rm -rf "${D}/${dir}"/lib
insinto "${dir}"
doins icon.xpm
dodoc ReadMe_Linux.txt
prepgamesdirs
}