# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit games DESCRIPTION="All flightgear airplanes listed on May 24th 2009" HOMEPAGE="ftp://ftp.flightgear.org/pub/flightgear/Aircraft/ ftp://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Aircraft/" SRC_URI="`cat ${FILESDIR}/planes2`" KEYWORDS="~amd64" SLOT="0" LICENSE="" IUSE="" DEPEND="games-simulation/flightgear app-arch/unzip" src_install() { insinto "${GAMES_DATADIR}/FlightGear/Aircraft" doins -r "${WORKDIR}"/* prepgamesdirs }