# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 WX_GTK_VER=2.8 inherit cmake-utils wxwidgets MY_P=${P/trustedqsl/tqsl} DESCRIPTION="Log signing for the ARRL Logbook of the World (LoTW)" HOMEPAGE="http://www.arrl.org/logbook-of-the-world" SRC_URI="http://www.arrl.org/files/file/LoTW%20Instructions/${MY_P}.tgz" LICENSE="TrustedQSL" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=" >=dev-libs/openssl-1.0.1e dev-libs/expat x11-libs/wxGTK:2.8[X] net-misc/curl " RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} DOCS=(README AUTHORS.txt)