new file mode 100644
@@ -0,0 +1,17 @@
+SUMMARY = "Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+LICENSE = "LGPL-2.1-only"
+
+DEPENDS = "glib-2.0 glib-2.0-native telepathy-glib dbus dbus-native dbus-glib libxslt-native"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/${BP}.tar.gz"
+SRC_URI[sha256sum] = "2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477cb297a45"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+inherit autotools pkgconfig gtk-doc
+
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[networkmanager] = "--with-connectivity=nm,--with-connectivity=no,networkmanager"
+
+FILES:${PN} += "${datadir}/dbus-1 ${datadir}/glib-2.0"