aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mono/dbus-sharp/dbus-sharp.inc
blob: 603f2618304fa839eea8b15cd7574531b4a9840f (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "C# implementation of D-Bus"
DESCRIPTION = "An inter-process communication framework that lets applications	interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration."
SECTION = "devel/mono"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=09d60852216ea29fdba9ea146513336c"

inherit autotools-brokensep
inherit pkgconfig
inherit mono

SRC_URI = "https://github.com/mono/dbus-sharp/archive/v${PV}.tar.gz"