commit:     96ca8b59c49d972644cb010e33b4668acaf888dd
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 11:00:08 2021 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 11:00:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ca8b59

media-radio/tlf: Add subslot dependency

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/tlf/tlf-1.4.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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 00000000000..7c2ff3248f6
--- /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
+}

Reply via email to