From f2bda0cc457442c7cd702f5a8ae1cbf86099f610 Mon Sep 17 00:00:00 2001 From: Richard Freeman Date: Fri, 22 Dec 2017 08:20:26 -0500 Subject: media-radio/tqsl: introduce package from rich0 overlay Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- media-radio/tqsl/tqsl-2.3.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 media-radio/tqsl/tqsl-2.3.1.ebuild (limited to 'media-radio/tqsl/tqsl-2.3.1.ebuild') diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild new file mode 100644 index 000000000000..8321f32ece32 --- /dev/null +++ b/media-radio/tqsl/tqsl-2.3.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils cmake-utils wxwidgets + +DESCRIPTION="ARRL Logbook of the World" +HOMEPAGE="http://www.arrl.org/tqsl-download" +SRC_URI="mirror://sourceforge/trustedqsl/${P}.tar.gz" + +LICENSE="LOTW" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/expat:= + dev-libs/openssl:= + net-misc/curl:= + sys-libs/db:= + sys-libs/zlib:= + x11-libs/wxGTK:3.0=" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS.txt INSTALL README ) +HTML_DOCS=( html ) + +WX_GTK_VER=3.0 + +pkg_setup() { + setup-wxwidgets +} + +src_prepare() { +# Fix syntax file in makefile + eapply_user + epatch "${FILESDIR}/${PV}-suffix.patch" +} -- cgit v1.2.3-65-gdbad