Ticket #135: mdbus-9999.ebuild

File mdbus-9999.ebuild, 469 bytes (added by alonbl, 3 years ago)

mdbus-9999.ebuild

Line 
1# Copyright 1999-2009 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5inherit git
6
7DESCRIPTION="Mickey's own dbus introspection utility"
8HOMEPAGE="http://wiki.openmoko.org/wiki/OpenmokoFramework/mdbus"
9EGIT_REPO_URI="git://git.freesmartphone.org/python-helpers.git"
10
11LICENSE="GPL2+"
12SLOT="0"
13KEYWORDS=""
14IUSE=""
15
16DEPEND=""
17RDEPEND="dev-python/dbus-python"
18
19src_install() {
20        cd "${S}/mickeydbus"
21        dobin mdbus || die
22}
23