blob: 41fd823cc9f1b77a15fda884cc8b357f3ca3ca29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/gmfsk/gmfsk-0.6.ebuild,v 1.7 2006/03/19 22:58:21 joshuabaergen Exp $
inherit gnome2
DESCRIPTION="Gnome MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER terminal"
HOMEPAGE="http://gmfsk.connect.fi/index.html"
SRC_URI="http://he.fi/pub/ham/unix/linux/hfmodems/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE="doc"
RDEPEND="virtual/libc
gnome-base/gnome-libs
>=gnome-base/libgnomeui-2.0
gnome-extra/yelp
>=media-libs/hamlib-1.2.0
<sci-libs/fftw-3"
DEPEND="${RDEPEND}
>=app-text/scrollkeeper-0.3.5
dev-util/pkgconfig
>=gnome-base/gconf-2.6"
G2CONF="${G2CONF} --enable-hamlib"
DOCS="AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL NEWS README"
|