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