]> Pileus Git - ~andy/sunrise/blob - sci-libs/grits/grits-0.7.ebuild
games-strategy/freesynd: in main tree
[~andy/sunrise] / sci-libs / grits / grits-0.7.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 inherit gnome2
7
8 DESCRIPTION="Virtual Globe library"
9 HOMEPAGE="http://lug.rose-hulman.edu/wiki/Grits"
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="doc"
16
17 RDEPEND=">=net-libs/libsoup-2.26
18         dev-libs/glib:2
19         x11-libs/gtk+:2"
20 DEPEND="${RDEPEND}"
21
22 DOCS="ChangeLog README TODO"