diff --git a/hardware/disk/mtools/actions.py b/hardware/disk/mtools/actions.py
new file mode 100644
index 00000000..2d000a6a
--- /dev/null
+++ b/hardware/disk/mtools/actions.py
@@ -0,0 +1,31 @@
+#!/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 shelltools
+from pisi.actionsapi import get
+
+def setup():
+ #for i in ["mtools.texi"]:
+ # pisitools.dosed(i, "/usr/local/etc", "/etc")
+
+ shelltools.export("INSTALL_PROGRAM", "install")
+ autotools.autoreconf("-fi")
+ autotools.configure("--prefix=/usr \
+ --sysconfdir=/etc/mtools \
+ --includedir=/usr/src/linux/include")
+
+def build():
+ autotools.make()
+ pisitools.dosed("mtools.conf","SAMPLE FILE","#SAMPLE FILE")
+def install():
+ autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())
+
+
+ pisitools.insinto("/etc/mtools","mtools.conf")
+
+ pisitools.dodoc("COPYING", "README*", "Release.notes")
diff --git a/hardware/disk/mtools/pspec.xml b/hardware/disk/mtools/pspec.xml
new file mode 100644
index 00000000..bb895ba6
--- /dev/null
+++ b/hardware/disk/mtools/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ mtools
+ http://mtools.linux.lu/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ Utilities to access MS-DOS disks without mounting them
+ Mtools are utilities to access MS-DOS disks without mounting them.
+ mirrors://gnu/mtools/mtools-4.0.18.tar.gz
+
+
+
+ mtools
+
+ /usr/bin
+ /etc
+ /usr/share/doc
+ /usr/share/info
+ /usr/share/man
+
+
+
+
+
+ 2014-02-12
+ 4.0.18
+ Fix mtools.conf syntax.
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2013-11-20
+ 4.0.18
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-09-22
+ 4.0.17
+ First release
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+
diff --git a/hardware/disk/mtools/translations.xml b/hardware/disk/mtools/translations.xml
new file mode 100644
index 00000000..32e599d3
--- /dev/null
+++ b/hardware/disk/mtools/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ mtools
+ MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları
+ Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.
+
+