]> Pileus Git - ~andy/sunrise/blob - gnome-extra/gdmap/gdmap-0.8.1.ebuild
063a71d6b855b701e875f536bcbfb2c57a9b073d
[~andy/sunrise] / gnome-extra / gdmap / gdmap-0.8.1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit gnome2
6
7 DESCRIPTION="GTK+ disk space visualizer"
8 HOMEPAGE="http://gdmap.sourceforge.net/"
9 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 KEYWORDS="~amd64 ~x86"
13 IUSE="doc"
14 SLOT="0"
15
16 RDEPEND=">=x11-libs/gtk+-2.6.0
17         dev-libs/libxml2"
18 DEPEND="${RDEPEND}
19         dev-util/pkgconfig"
20 DOCS="ChangeLog README NEWS AUTHORS"