# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="Heart of the Alien engine open-source remake" HOMEPAGE="http://hota.sourceforge.net/" SRC_URI="mirror://sourceforge/hota/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/libsdl-1.2.7-r2 >=media-libs/smpeg-0.4.4-r4 >=media-libs/sdl-mixer-1.2.5-r1" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-keys.patch epatch ${FILESDIR}/${P}-getopt.patch } src_compile() { pushd src emake popd } src_install() { dogamesbin src/alien dodoc doc/* prepgamesdirs } pkg_postinst() { games_pkg_postinst einfo "You *must* have the original Heart of the Alien CD to play the game." einfo "See /usr/share/doc/${PF}/README.gz for information!" }