# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit fortran DESCRIPTION="HF propagation prediction tool" HOMEPAGE="http://www.qsl.net/hz1jw/voacapl/index.html" SRC_URI="http://www.qsl.net/hz1jw/${PN}/downloads/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" FORTRAN="gfortran" src_install() { emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install \ || die "make install failed" }