summaryrefslogtreecommitdiff
blob: 3afdcbd6a9fa920bc5a01372d082d0daaf2b87fe (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
25
26
27
28
29
30
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit base mono

DESCRIPTION="GTK+ application to display the API od D-Bus services"
HOMEPAGE="http://neteril.org/projects/dbus-explorer/"
SRC_URI="http://www.ndesk.org/archive/${PN}/${P}.tar.gz"

LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND=">=dev-lang/mono-2.0
	sys-apps/dbus
	dev-libs/glib:2"
RDEPEND="${DEPEND}"

src_configure() {
        econf \
		$(use_enable debug)
}

src_install() {
	base_src_install
}