media-radio/flrig - 2.0.10 (gentoo)

Search

Package Information

Description:
Transceiver control program for Amateur Radio use
Homepage:
http://www.w1hkj.com/flrig-help/index.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.0.10 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic

DESCRIPTION="Transceiver control program for Amateur Radio use"
HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"

DOCS=(AUTHORS ChangeLog README)

RDEPEND="x11-libs/libX11
	x11-libs/fltk:1=
	x11-misc/xdg-utils"

DEPEND="${RDEPEND}
	sys-devel/gettext"

PATCHES=(
		"${FILESDIR}/${PN}-2.0.05-musl.patch"
	)

src_configure() {
	#fails to compile with -flto (bug #860408)
	filter-lto

	econf
}

USE Flags

nls

Dependencies

DEPEND

x11-libs/libX11
	x11-libs/fltk:1=
	x11-misc/xdg-utils
	sys-devel/gettext

RDEPEND

x11-libs/libX11
	x11-libs/fltk:1=
	x11-misc/xdg-utils

Manifest for 2.0.10

Type File Size Source URLs
DIST flrig-2.0.10.tar.gz 1225020 bytes https://downloads.sourceforge.net/fldigi/flrig-2.0.10.tar.gz