diff --git a/network/chat/telepathy-mission-control/actions.py b/network/chat/telepathy-mission-control/actions.py
new file mode 100644
index 0000000000..36fbfff49b
--- /dev/null
+++ b/network/chat/telepathy-mission-control/actions.py
@@ -0,0 +1,30 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ #autotools.autoreconf("-vfi")
+ autotools.configure("--disable-static \
+ --libexecdir=/usr/lib \
+ --enable-gnome-keyring \
+ --with-connectivity=nm \
+ --enable-gtk-doc \
+ --disable-upower \
+ --disable-static \
+ --disable-schemas-compile")
+
+ #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "README", "NEWS")
diff --git a/network/chat/telepathy-mission-control/pspec.xml b/network/chat/telepathy-mission-control/pspec.xml
new file mode 100644
index 0000000000..4b595a9985
--- /dev/null
+++ b/network/chat/telepathy-mission-control/pspec.xml
@@ -0,0 +1,105 @@
+
+
+
+
+ telepathy-mission-control
+ http://telepathy.freedesktop.org/wiki/Mission_Control
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ app:console
+ library
+ Telepathy component managing connection managers
+ telepathy-mission-control, or Mission Control, is a Telepathy component providing a way for end user applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, and to remove the need to have in each program the account definitions and credentials.
+ http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.16.3.tar.gz
+
+ libxslt-devel
+ dbus-devel
+ dbus-glib-devel
+ telepathy-glib-devel
+ gtk-doc
+ NetworkManager-devel
+ docbook-xsl
+
+
+
+
+ telepathy-mission-control
+
+ dbus
+ glib2
+ dbus-glib
+ NetworkManager
+ telepathy-glib
+
+
+ /usr/bin
+ /usr/libexec
+ /usr/lib
+ /usr/share
+ /usr/share/gtk-doc
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ telepathy-mission-control-devel
+ Development files for telepathy-mission-control
+
+ telepathy-mission-control
+ telepathy-glib-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-11-22
+ 5.16.3
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-02-10
+ 5.16.0
+ Rebuild Unused
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-12-19
+ 5.16.0
+ Version bump for upower.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-07-29
+ 5.14.0
+ Dep Fixed
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-04-15
+ 5.14.0
+ Version bump
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2012-09-01
+ 5.12.0
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/chat/telepathy-mission-control/translations.xml b/network/chat/telepathy-mission-control/translations.xml
new file mode 100644
index 0000000000..07a0658bbe
--- /dev/null
+++ b/network/chat/telepathy-mission-control/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ telepathy-mission-control
+ Bağlantı yöneticilerini düzenlemeya yarayan Telepathy bileşeni
+ telepathy-mission-control, diğer adıyla Mission Control, bağlantı yöneticilerini düzenlemenin zorluklarını kullanıcıdan soyutlamaya çalışan, basitçe hesap oluşturmanıza olanak tanıyan bir Telepathy bileşenidir.
+
+
+
+ telepathy-mission-control-devel
+ telepathy-mission-control için geliştirme dosyaları
+
+