]> Pileus Git - ~andy/sunrise/blob - sci-geosciences/aweather/aweather-0.6.ebuild
3933486772b02518620633116a439fa393bcb516
[~andy/sunrise] / sci-geosciences / aweather / aweather-0.6.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6 inherit gnome2
7
8 DESCRIPTION="A weather monitoring program"
9 HOMEPAGE="http://lug.rose-hulman.edu/proj/aweather"
10 SRC_URI="http://lug.rose-hulman.edu/proj/${PN}/files/${P}.tar.gz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~x86"
15 IUSE=""
16
17 RDEPEND="=sci-libs/grits-${PV}
18         x11-libs/gtk+:2
19         sci-libs/rsl"
20 DEPEND="${RDEPEND}"
21
22 DOCS="ChangeLog README TODO"