1 # Copyright 1999-2010 Mat
2 # Distributed under the terms of the GNU General Public License v2
9 DESCRIPTION
="dbus-c++ attempts to provide a C++ API for D-BUS."
10 HOMEPAGE
="http://www.freedesktop.org/wiki/Software/dbus-c++"
12 EGIT_REPO_URI
="git://gitorious.org/dbus-cplusplus/mainline.git"
13 EGIT_BOOTSTRAP
="./autogen.sh"
15 #EGIT_PATCHES="${FILESDIR}/fix_deadlock.patch"
22 # probably needs more/less crap listed here ...
23 RDEPEND
="sys-apps/dbus"
29 econf $
(use_enable debug
) || die
30 emake
-j1 || die
"emake failed"