diff --git a/util/misc/tmux/actions.py b/util/misc/tmux/actions.py
new file mode 100644
index 0000000000..f01b42e831
--- /dev/null
+++ b/util/misc/tmux/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()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("PREFIX=/%s DESTDIR=%s" % (get.defaultprefixDIR(), get.installDIR()))
+
+ # we love vim
+ #pisitools.insinto("/usr/share/vim/vimfiles/syntax/", "examples/tmux.vim", "tmux.vim")
+ #pisitools.insinto("/usr/share/doc/tmux/examples", "examples/*")
+ #pisitools.remove("/usr/share/doc/tmux/examples/tmux.vim")
+
+ # Bash completion
+ #pisitools.domove("/usr/share/doc/tmux/examples/bash_completion_tmux.sh", "/etc/bash_completion.d", "tmux")
+
+ #pisitools.dodoc("CHANGES", "FAQ")
diff --git a/util/misc/tmux/pspec.xml b/util/misc/tmux/pspec.xml
new file mode 100644
index 0000000000..4d5c244350
--- /dev/null
+++ b/util/misc/tmux/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ tmux
+ http://tmux.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ ISC
+ app:console
+ A terminal multiplexer
+ Tmux is a terminal multiplexer. It's similar to GNU Screen.
+ https://github.com/tmux/tmux/releases/download/2.8/tmux-2.8.tar.gz
+
+ libevent-devel
+ ncurses-devel
+
+
+
+
+
+ tmux
+
+ libevent
+ ncurses
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/share
+
+
+
+
+
+ 2019-02-13
+ 2.8
+ Version bump.
+ Hasan Basri
+ hbasria@pisilinux.org
+
+
+ 2015-01-25
+ 1.9
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2011-12-09
+ 1.8
+ Version Bump
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2011-09-28
+ 1.5
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/util/misc/tmux/translations.xml b/util/misc/tmux/translations.xml
new file mode 100644
index 0000000000..cb75325804
--- /dev/null
+++ b/util/misc/tmux/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ tmux
+ Bir terminal çoğaltıcı uygulaması
+ tmux bir terminal çoğaltıcısıdır. GNU screen gibi terminal pencerenizi birden fazla parçalara bölerek çalışmanızı sağlar.
+
+