diff --git a/util/shell/dash/actions.py b/util/shell/dash/actions.py
new file mode 100644
index 0000000000..a994b32181
--- /dev/null
+++ b/util/shell/dash/actions.py
@@ -0,0 +1,20 @@
+#!/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=/")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING")
diff --git a/util/shell/dash/pspec.xml b/util/shell/dash/pspec.xml
new file mode 100644
index 0000000000..bfab1f1da5
--- /dev/null
+++ b/util/shell/dash/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ dash
+ http://gondor.apana.org.au/~herbert/dash/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ app:console
+ Small and fast POSIX-compliant shell
+ DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible.
+ http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz
+
+
+
+ dash
+
+ /bin/dash
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-11-21
+ 0.5.8
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2015-01-22
+ 0.5.8
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-02-17
+ 0.5.7
+ Release.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-04-30
+ 0.5.7
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2010-12-31
+ 0.5.6.1
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/util/shell/dash/translations.xml b/util/shell/dash/translations.xml
new file mode 100644
index 0000000000..061b4d6de9
--- /dev/null
+++ b/util/shell/dash/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ dash
+ Ufak ve hızlı POSIX uyumlu kabuk
+ DASH, POSIX uyumlu bir /bin/sh gerçeklemesi olup, olabildiğince ufak olmayı hedefleyen bir kabuktur.
+
+