summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2022-04-27 18:30:03 -0400
committerRichard Freeman <rich0@gentoo.org>2022-04-27 18:30:41 -0400
commit07b22c16018521391662172a064e6aa4e9df082b (patch)
treed4ff231153a2b381dd228edd4ae4df1cfd75daea /media-radio/flmsg
parentdev-python/python-docs: Stabilize 3.10.4 x86, #841272 (diff)
downloadgentoo-07b22c16018521391662172a064e6aa4e9df082b.tar.gz
gentoo-07b22c16018521391662172a064e6aa4e9df082b.tar.bz2
gentoo-07b22c16018521391662172a064e6aa4e9df082b.zip
media-radio/flmsg: Use bundled flxmlrpc until upstream fixes.
Closes: https://bugs.gentoo.org/841341 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'media-radio/flmsg')
-rw-r--r--media-radio/flmsg/flmsg-4.0.19-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-radio/flmsg/flmsg-4.0.19-r1.ebuild b/media-radio/flmsg/flmsg-4.0.19-r1.ebuild
new file mode 100644
index 000000000000..3ed5f93d1fb9
--- /dev/null
+++ b/media-radio/flmsg/flmsg-4.0.19-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Fldigi helper for creating radiograms"
+HOMEPAGE="http://www.w1hkj.com"
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-radio/fldigi
+ x11-libs/fltk:=
+ x11-libs/libX11:="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog INSTALL README )
+
+src_configure() {
+ econf --without-flxmlrpc
+}