summaryrefslogtreecommitdiff
blob: 72a13840b8032e76399ad9614e09b684358fce66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="GTK+ disk space visualizer"
HOMEPAGE="http://gdmap.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
SLOT="0"

DEPEND=">=x11-libs/gtk+-2.6.0
	dev-libs/libxml2"
RDEPEND="${DEPEND}"

src_install() {
	gnome2_src_install
	dodoc ChangeLog README NEWS AUTHORS
}