]> Pileus Git - ~andy/sunrise/blob - sci-geosciences/aweather/aweather-0.2.2.ebuild
sunrise/ app-portage/elog-list/metadata.xml: Update metadata.xml to follow skel.metad...
[~andy/sunrise] / sci-geosciences / aweather / aweather-0.2.2.ebuild
1 # Copyright 1999-2010 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 )"
22
23 DOCS="ChangeLog README TODO"