diff --git a/network/chat/telepathy-salut/actions.py b/network/chat/telepathy-salut/actions.py
new file mode 100644
index 0000000000..aa0f75daf8
--- /dev/null
+++ b/network/chat/telepathy-salut/actions.py
@@ -0,0 +1,28 @@
+#!/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.configure("--prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/telepathy \
+ --disable-static \
+ --with-tls=openssl \
+ --enable-avahi-tests=no \
+ --disable-Werror")
+
+ #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make("-j1")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS")
diff --git a/network/chat/telepathy-salut/files/fix_bork_in_tr_locale.patch b/network/chat/telepathy-salut/files/fix_bork_in_tr_locale.patch
new file mode 100644
index 0000000000..154a505b31
--- /dev/null
+++ b/network/chat/telepathy-salut/files/fix_bork_in_tr_locale.patch
@@ -0,0 +1,14 @@
+diff -Nur telepathy-salut-0.3.11-old/configure.ac telepathy-salut-0.3.11/configure.ac
+--- telepathy-salut-0.3.11-old/configure.ac 2010-04-06 13:21:58.592842887 +0300
++++ telepathy-salut-0.3.11/configure.ac 2010-04-06 13:23:33.924588464 +0300
+@@ -33,6 +33,10 @@
+ AM_PROG_AS
+ AM_PROG_MKDIR_P
+
++dnl make sure locale does not mess with upper/lower conversions
++LC_ALL="C"
++AC_SUBST(LC_ALL)
++
+ dnl add common command line switches
+ SALUT_ARG_DEBUG
+ SALUT_ARG_VALGRIND
diff --git a/network/chat/telepathy-salut/pspec.xml b/network/chat/telepathy-salut/pspec.xml
new file mode 100644
index 0000000000..e23a751b8c
--- /dev/null
+++ b/network/chat/telepathy-salut/pspec.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ telepathy-salut
+ http://telepathy.freedesktop.org/wiki
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ library
+ Link-local XMPP Telepathy connection manager
+ telepathy-salut is Telepathy connection manager for link-local XMPP. Normally, XMPP does no support direct client-to-client interactions, since it requires authentication with a server. This package makes it is possible to establish an XMPP-like communications on a local network using zero-configuration networking.
+ http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.8.1.tar.gz
+
+ libxslt-devel
+ glib2-devel
+ gobject-introspection-devel
+ dbus-devel
+ dbus-glib-devel
+ telepathy-glib-devel
+ avahi-devel
+ avahi-glib-devel
+ libsoup-devel
+ openssl-devel
+ python-devel
+ sqlite-devel
+ cyrus-sasl-devel
+
+
+ fix_bork_in_tr_locale.patch
+
+
+
+
+ telepathy-salut
+
+ dbus
+ glib2
+ sqlite
+ libsoup
+ libxml2
+ openssl
+ dbus-glib
+ avahi-glib
+ avahi-libs
+ telepathy-glib
+
+
+ /usr/lib
+ /usr/lib
+ /usr/share/dbus-1
+ /usr/share/telepathy
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2015-11-22
+ 0.8.1
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-02-10
+ 0.8.0
+ Rebuild Unused
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-07-29
+ 0.8.0
+ Dep Fixed
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2012-09-01
+ 0.8.0
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/chat/telepathy-salut/translations.xml b/network/chat/telepathy-salut/translations.xml
new file mode 100644
index 0000000000..625aca8618
--- /dev/null
+++ b/network/chat/telepathy-salut/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ telepathy-salut
+ XMPP ile yerel-bağlantı iletişimini sağlayan Telepathy bağlantı yöneticisi.
+ telepathy-salut, yerel bir ağ üzerinde XMPP benzeri iletişimi mümkün kılan bir Telepathy bağlantı yöneticisidir.
+
+