media-radio/flwkey - 1.2.3 (hamari)

Search

Install

Install this version:

emerge -a =media-radio/flwkey-1.2.3

Package Information

Description:
A simple interface to the Winkeyer series of CW code generators
Homepage:
http://w1hkj.com/flwkey-help/index.html
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="A simple interface to the Winkeyer series of CW code generators"
HOMEPAGE="http://w1hkj.com/flwkey-help/index.html"
SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz"

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

RDEPEND="
	<x11-libs/fltk-1.4:=
	x11-libs/libX11:=
	x11-misc/xdg-utils
	xmlrpc? ( media-radio/flxmlrpc )
"

DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog INSTALL README )

src_configure() {
	econf $(use_with xmlrpc flxmlrpc)
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-radio/flwkey | euse -E <flag> -p media-radio/flwkey | euse -D <flag> -p media-radio/flwkey

Global/Standard Flags

Dependencies

DEPEND

	<x11-libs/fltk-1.4:=
	x11-libs/libX11:=
	x11-misc/xdg-utils
	xmlrpc? ( media-radio/flxmlrpc )

	virtual/pkgconfig

RDEPEND

	<x11-libs/fltk-1.4:=
	x11-libs/libX11:=
	x11-misc/xdg-utils
	xmlrpc? ( media-radio/flxmlrpc )

Manifest for 1.2.3

Type File Size Source URLs
DIST flwkey-1.2.3.tar.gz 508036 bytes https://downloads.sourceforge.net/fldigi/flwkey-1.2.3.tar.gz