summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2019-06-21 17:15:29 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2019-06-21 17:15:29 +0200
commit43964a87a68d00b675bb1f456cb94378df9920df (patch)
treed0c78181d780cfde612c345892c9ffb08ef7b1c3 /media-radio/flrig/flrig-1.3.45.ebuild
parentmedia-radio/flrig: Drop old (diff)
downloadgentoo-43964a87a68d00b675bb1f456cb94378df9920df.tar.gz
gentoo-43964a87a68d00b675bb1f456cb94378df9920df.tar.bz2
gentoo-43964a87a68d00b675bb1f456cb94378df9920df.zip
media-radio/flrig: Version bump
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/flrig/flrig-1.3.45.ebuild')
-rw-r--r--media-radio/flrig/flrig-1.3.45.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-radio/flrig/flrig-1.3.45.ebuild b/media-radio/flrig/flrig-1.3.45.ebuild
new file mode 100644
index 000000000000..5020c2bffaf7
--- /dev/null
+++ b/media-radio/flrig/flrig-1.3.45.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Transceiver control program for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
+SRC_URI="mirror://sourceforge/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"
+
+src_prepare() {
+ eapply_user
+ eapply -p0 "${FILESDIR}"/fix-bashism.patch
+ eautoreconf
+}