# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Real time satellite tracking program" HOMEPAGE="http://groundstation.sourceforge.net/?gpredict" SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="hamlib" DEPEND=">=gnome-extra/gal-0.24 hamlib? ( >=media-libs/hamlib-1.2.4 )" src_compile() { econf \ $(use_with hamlib) \ || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die make_desktop_entry gpredict "Gpredict" /usr/share/pixmaps/gpredict/icons/gpredict-icon.png Science dodoc AUTHORS ChangeLog INSTALL NEWS README }