summaryrefslogtreecommitdiff
blob: 0dc686b5ce73a7a0be68335ef31fbe0f993ab0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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="~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
}