# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit base games multilib DESCRIPTION="flight simulator meant to be in-between accurate but complicated and toy simulators" HOMEPAGE="http://www.nongnu.org/aviation/" SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-games/techne" RDEPEND="${DEPEND} games-simulation/aviation-columbia games-simulation/aviation-data" DOCS=( AUTHORS ChangeLog NEWS README ) src_configure() { egamesconf --libdir=/usr/$(get_libdir) \ techne=${GAMES_BINDIR}/techne } src_install() { base_src_install prepgamesdirs }