dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / media-radio / flamp / flamp-2.2.03.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit eutils
7
8 DESCRIPTION="Fldigi helper for transferring files"
9 HOMEPAGE="http://www.w1hkj.com"
10 SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
11
12 LICENSE="GPL-3+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 RDEPEND="media-radio/fldigi
18                  x11-libs/fltk:=
19                  x11-libs/libX11:="
20 DEPEND="${RDEPEND}
21         virtual/pkgconfig"
22
23 DOCS=( AUTHORS ChangeLog INSTALL README )