From 96ca8b59c49d972644cb010e33b4668acaf888dd Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Wed, 23 Jun 2021 13:00:08 +0200 Subject: media-radio/tlf: Add subslot dependency Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Beierlein --- media-radio/tlf/tlf-1.4.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 media-radio/tlf/tlf-1.4.1-r1.ebuild (limited to 'media-radio/tlf') diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild b/media-radio/tlf/tlf-1.4.1-r1.ebuild new file mode 100644 index 000000000000..7c2ff3248f6b --- /dev/null +++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit flag-o-matic + +DESCRIPTION="Console-mode amateur radio contest logger" +HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +RDEPEND="sys-libs/ncurses:= + dev-libs/glib:2 + media-libs/hamlib:= + media-sound/sox + dev-libs/xmlrpc-c[curl]" +DEPEND=" + ${RDEPEND} + test? ( dev-util/cmocka )" + +PATCHES=( "${FILESDIR}"/${P}-zone_nr.patch ) + +src_configure() { + append-ldflags -L/usr/$(get_libdir)/hamlib + econf --enable-fldigi-xmlrpc +} -- cgit v1.2.3-65-gdbad