# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit base games DESCRIPTION="data pack for aviation flight simulator" HOMEPAGE="http://www.nongnu.org/aviation/" SRC_URI="http://download.savannah.gnu.org/releases/aviation/columbia-${PV}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-games/techne dev-lang/lua" S=${WORKDIR}/columbia-${PV} DOCS=( AUTHORS ChangeLog NEWS README ) src_configure() { egamesconf --docdir=/usr/share/doc/${PF} \ techne=${GAMES_BINDIR}/techne } src_install() { base_src_install prepgamesdirs }