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"
14 EGIT_COMMIT
="9ac4f0252f0784e8594b41e578e6d04f89835d13"
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"