]> Pileus Git - ~andy/sunrise/blob - sci-libs/grits/grits-0.8.ebuild
games-strategy/freesynd: in main tree
[~andy/sunrise] / sci-libs / grits / grits-0.8.ebuild
1 # Copyright 1999-2013 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://pileus.org/grits"
10 SRC_URI="http://pileus.org/${PN}/files/${P}.tar.gz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE="doc"
16
17 RDEPEND=">=net-libs/libsoup-2.26
18         >=dev-libs/glib-2.32
19         x11-libs/gtk+:2"
20 DEPEND="${RDEPEND}"
21
22 DOCS="ChangeLog README TODO"