diff --git a/hardware/disk/dmapi/actions.py b/hardware/disk/dmapi/actions.py
new file mode 100644
index 0000000000..b7effaed99
--- /dev/null
+++ b/hardware/disk/dmapi/actions.py
@@ -0,0 +1,25 @@
+#!/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 libtools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.export("OPTIMIZER", get.CFLAGS())
+ shelltools.export("DEBUG", "-DNDEBUG")
+
+ autotools.autoconf()
+ autotools.configure("--libexecdir=/usr/lib \
+ --disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall('DIST_ROOT="%s" install-dev' % get.installDIR())
diff --git a/hardware/disk/dmapi/pspec.xml b/hardware/disk/dmapi/pspec.xml
new file mode 100644
index 0000000000..70572d5a7a
--- /dev/null
+++ b/hardware/disk/dmapi/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+ dmapi
+ http://oss.sgi.com/projects/xfs/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ app:console
+ XFS data management API library
+ The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring "raw" access to the disk and knowledge of filesystem structures.
+ ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-2.2.12.tar.gz
+
+ xfsprogs-devel
+
+
+
+
+ dmapi
+
+ xfsprogs
+
+
+ /lib
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ dmapi-devel
+ Development files for dmapi
+
+ dmapi
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/man/man3
+
+
+
+
+
+ 2014-05-22
+ 2.2.12
+ rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-11-02
+ 2.2.12
+ Version bump
+ Burak Fazıl Ertürk
+ burakerturk@pisilinux.org
+
+
+ 2013-03-16
+ 2.2.10
+ URL Fixed
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2010-10-13
+ 2.2.10
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/hardware/disk/dmapi/translations.xml b/hardware/disk/dmapi/translations.xml
new file mode 100644
index 0000000000..8e10fca5a9
--- /dev/null
+++ b/hardware/disk/dmapi/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ dmapi
+ XFS veri yönetimi kütüphanesi
+ Librairie de l'API de gestion de données XFS.
+
+
+
+ dmapi-devel
+ dmapi için geliştirme dosyaları
+
+