diff --git a/network/chat/telepathy-idle/actions.py b/network/chat/telepathy-idle/actions.py
new file mode 100644
index 0000000000..3979174c90
--- /dev/null
+++ b/network/chat/telepathy-idle/actions.py
@@ -0,0 +1,22 @@
+#!/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")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
diff --git a/network/chat/telepathy-idle/pspec.xml b/network/chat/telepathy-idle/pspec.xml
new file mode 100644
index 0000000000..22df1e8ffc
--- /dev/null
+++ b/network/chat/telepathy-idle/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+ telepathy-idle
+ http://telepathy.freedesktop.org/wiki
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ library
+ IRC connection manager for Telepathy
+ telepathy-idle is a full-featured IRC connection manager for the Telepathy framework.
+ http://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-0.2.0.tar.gz
+
+ telepathy-glib-devel
+ libxslt-devel
+ gobject-introspection-devel
+ glib2-devel
+ dbus-devel
+ dbus-glib-devel
+
+
+
+
+ telepathy-idle
+
+ glib2
+ dbus-glib
+ telepathy-glib
+
+
+ /usr/lib
+ /usr/share/dbus-1
+ /usr/share/doc
+ /usr/share/man
+ /usr/share/telepathy
+
+
+
+
+
+ 2015-11-22
+ 0.2.0
+ Version bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-03-09
+ 0.1.12
+ Rebuild
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2012-09-01
+ 0.1.12
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/network/chat/telepathy-idle/translations.xml b/network/chat/telepathy-idle/translations.xml
new file mode 100644
index 0000000000..6cd86c235f
--- /dev/null
+++ b/network/chat/telepathy-idle/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ telepathy-idle
+ Telepathy için IRC (Internet Relay Chat) bağlantı yöneticisi
+ telepathy-idle Telepathy iletişim altyapısı için IRC (Internet Relay Chat) bağlantı yöneticisidir.
+
+