# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Game data for the demo of FreeSpace 2" HOMEPAGE="http://www.freespace2.com/" SRC_URI="mirror://gentoo/fs2demo10.exe" LICENSE="freespace2-demo" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/unzip" src_unpack() { mkdir "${S}" cd "${S}" unzip -q "${DISTDIR}/fs2demo10.exe" } src_compile() { einfo "Nothing to compile!" } src_install() { insinto "${GAMES_DATADIR}/freespace2-demo" doins *.vp dodoc readme.txt prepgamesdirs }