mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 17:05:49 +02:00
Signed-off-by: Filip Kobierski <fkobi@pm.me> Part-of: https://github.com/gentoo/gentoo/pull/37888 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
461 B
Bash
20 lines
461 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Fldigi helper for creating radiograms"
|
|
HOMEPAGE="https://www.w1hkj.org"
|
|
SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="media-radio/fldigi
|
|
x11-libs/fltk:=
|
|
x11-libs/libX11:="
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig"
|
|
|
|
DOCS=( AUTHORS ChangeLog INSTALL README )
|