# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games inherit eutils MY_PN="TaxiDraw" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="TaxiDraw is a taxiway editor for FlightGear and X-Plane flight simulators." HOMEPAGE="http://www.nottingham.ac.uk/~eazdluf/taxidraw.html" SRC_URI="http://www.nottingham.ac.uk/~eazdluf/${PN}/${MY_P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/wxGTK-2.4 \ net-misc/curl \ " RDEPEND="" src_unpack() { unpack "${MY_P}-src.tar.gz" } src_compile() { cd ${S} emake || die "emake failed" } src_install() { dobin taxidraw }