# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games eutils DESCRIPTION="simple futuristic racing game" HOMEPAGE="http://raum1.memebot.com/enemylines/enemylines4.html" SRC_URI="http://raum1.memebot.com/enemylines/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libsdl" src_unpack() { unpack "${A}" cd "${S}" sed -i -e 's:path="/usr/share/enemylines4/":path="${GAMES_DATADIR}/${PN}/":' proctex.cc } src_install() { dogamesbin "${PN}" insinto "${GAMES_DATADIR}/${PN}" doins data/* dodoc COPYING COPYING.glut README prepgamesdirs }