summaryrefslogtreecommitdiff
path: root/media-radio/flmsg/flmsg-4.0.22.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-16 03:28:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-16 03:28:34 +0100
commit643a5121202a0a33fb4d77fbf1c4dde26de3224c (patch)
treee7e4742e588a0ee9769303f80c6cfcf273360f9a /media-radio/flmsg/flmsg-4.0.22.ebuild
parent3648761f2708fcf5662ea1b9585f594c36eefc30 (diff)
gentoo auto-resync : 16:08:2023 - 03:28:34
Diffstat (limited to 'media-radio/flmsg/flmsg-4.0.22.ebuild')
-rw-r--r--media-radio/flmsg/flmsg-4.0.22.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-radio/flmsg/flmsg-4.0.22.ebuild b/media-radio/flmsg/flmsg-4.0.22.ebuild
new file mode 100644
index 000000000000..fa10c104dcc2
--- /dev/null
+++ b/media-radio/flmsg/flmsg-4.0.22.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 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 )