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