From 20c08e9471ed45fab1afbcc54077326ef85ce4b1 Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Mon, 30 Jul 2018 17:34:46 +0200 Subject: sci-electronics/voacapl: Version bump Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- sci-electronics/voacapl/voacapl-0.7.2.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sci-electronics/voacapl/voacapl-0.7.2.ebuild (limited to 'sci-electronics/voacapl/voacapl-0.7.2.ebuild') diff --git a/sci-electronics/voacapl/voacapl-0.7.2.ebuild b/sci-electronics/voacapl/voacapl-0.7.2.ebuild new file mode 100644 index 000000000000..ee29ae4b04ce --- /dev/null +++ b/sci-electronics/voacapl/voacapl-0.7.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit fortran-2 + +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="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="mirror bindist" + +src_compile() { + # bug 513766 + emake -j1 DESTDIR="${D}" +} -- cgit v1.2.3-18-g5258