diff options
author | 2017-12-22 08:20:26 -0500 | |
---|---|---|
committer | 2017-12-22 08:20:26 -0500 | |
commit | f2bda0cc457442c7cd702f5a8ae1cbf86099f610 (patch) | |
tree | 840f29d46b51ac0a9767a34e758bf1b049603fc0 /media-radio/tqsl/tqsl-2.3.1.ebuild | |
parent | media-radio/flamp: introduce package from rich0 overlay (diff) | |
download | gentoo-f2bda0cc457442c7cd702f5a8ae1cbf86099f610.tar.gz gentoo-f2bda0cc457442c7cd702f5a8ae1cbf86099f610.tar.bz2 gentoo-f2bda0cc457442c7cd702f5a8ae1cbf86099f610.zip |
media-radio/tqsl: introduce package from rich0 overlay
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-radio/tqsl/tqsl-2.3.1.ebuild')
-rw-r--r-- | media-radio/tqsl/tqsl-2.3.1.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
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" +} |