]> Pileus Git - ~andy/sunrise/blob - sci-libs/libgis/libgis-0.4.ebuild
23be1c392754cf80d1103e8c01f2a850f7cae3cb
[~andy/sunrise] / sci-libs / libgis / libgis-0.4.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="Virtual Globe library"
9 HOMEPAGE="http://lug.rose-hulman.edu/wiki/Libgis"
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 doc"
16
17 RDEPEND=">=net-libs/libsoup-2.26
18         dev-libs/glib:2
19         x11-libs/gtk+:2
20         x11-libs/gtkglext"
21 DEPEND="${RDEPEND}"
22
23 DOCS="ChangeLog README TODO"