]> Pileus Git - ~andy/sunrise/blob - sci-libs/grits/grits-9999.ebuild
bffd1c5d673199ca7b44e1cce5355aa07785902c
[~andy/sunrise] / sci-libs / grits / grits-9999.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6 EGIT_REPO_URI="git://lug.rose-hulman.edu/proj/grits"
7 EGIT_BOOTSTRAP="gtkdocize && eautoreconf"
8
9 inherit autotools gnome2 git-2
10
11 DESCRIPTION="Virtual Globe library"
12 HOMEPAGE="http://lug.rose-hulman.edu/wiki/Grits"
13 SRC_URI=""
14
15 LICENSE="GPL-3"
16 SLOT="0"
17 KEYWORDS=""
18 IUSE="doc"
19
20 RDEPEND=">=net-libs/libsoup-2.26
21         dev-libs/glib:2
22         x11-libs/gtk+:2"
23
24 # gtk-doc-am needed to eautoreconf
25 DEPEND="${RDEPEND}
26         dev-util/gtk-doc-am
27         doc? ( dev-util/gtk-doc )"
28
29 DOCS="ChangeLog README TODO"