]> Pileus Git - ~andy/sunrise/blob - sci-geosciences/aweather/aweather-0.1.ebuild
dev-libs/xml-security-c: Security fix for CVE-2009-0217
[~andy/sunrise] / sci-geosciences / aweather / aweather-0.1.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit gnome2
6
7 DESCRIPTION="A weather monitoring program"
8 HOMEPAGE="http://lug.rose-hulman.edu/wiki/AWeather"
9 SRC_URI="http://lug.rose-hulman.edu/proj/${PN}/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~x86"
14 IUSE="doc"
15
16 RDEPEND=">=net-libs/libsoup-2.26
17         >=x11-libs/gtk+-2.16
18         x11-libs/gtkglext
19         sci-libs/rsl"
20 DEPEND="${RDEPEND}
21         doc? ( >=dev-util/gtk-doc-1 )"
22
23 DOCS="ChangeLog README TODO"