]> Pileus Git - ~andy/sunrise/blob - sci-geosciences/aweather/aweather-9999.ebuild
a26f3f0c61bf25db84da21cf32eb50e0fbf1ab57
[~andy/sunrise] / sci-geosciences / aweather / aweather-9999.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 subversion
6
7 DESCRIPTION="A weather monitoring program"
8 HOMEPAGE="http://lug.rose-hulman.edu/wiki/AWeather"
9 SRC_URI=""
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"
24
25 MAKEOPTS="${MAKEOPTS} -j1"
26
27 ESVN_REPO_URI="https://lug.rose-hulman.edu/svn/proj-aweather/trunk"
28 ESVN_BOOTSTRAP="./autogen.sh"