# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-fps/tacticalops/tacticalops-3.5.0.ebuild,v 1.1 2007/04/03 21:21:15 egore Exp $ inherit eutils games DESCRIPTION="Tactical Ops: Assault on Terror" HOMEPAGE="http://icculus.org/~ravage/tacticalops/" SRC_URI="http://icculus.org/~ravage/tacticalops/do_not_link_to_these_files/${P}-install-x86.run" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/opengl" RDEPEND="${DEPEND}" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} src_unpack() { unpack_makeself ${P}-install-x86.run cd ${S} mkdir tmp cd tmp tar -xzvf ../data.tar.gz } src_install() { insinto "${dir}" doins tmp/* }