diff --git a/science/misc/hdf5/actions.py b/science/misc/hdf5/actions.py
new file mode 100644
index 0000000000..02a8f55abd
--- /dev/null
+++ b/science/misc/hdf5/actions.py
@@ -0,0 +1,37 @@
+#!/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():
+ autotools.configure("--prefix=/usr \
+ --enable-cxx \
+ --enable-hl \
+ --enable-threadsafe \
+ --enable-fortran \
+ --enable-production \
+ --enable-linux-lfs \
+ --enable-unsupported \
+ --disable-static \
+ --disable-parallel \
+ --disable-sharedlib-rpath \
+ --disable-dependency-tracking \
+ --docdir=/usr/share/doc/hdf5/ \
+ --with-pthread=/usr/lib/ \
+ --with-pic")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("ACKNOWLEDGMENTS", "COPYING", "README*", "release_docs/HISTORY-*", "release_docs/RELEASE.txt")
diff --git a/science/misc/hdf5/pspec.xml b/science/misc/hdf5/pspec.xml
new file mode 100644
index 0000000000..d062c9b712
--- /dev/null
+++ b/science/misc/hdf5/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+ hdf5
+ http://www.hdfgroup.org/HDF5/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ NCSA-HDF
+ library
+ NCSA Hierarchical Data Format (HDF) Software Library and Utilities
+ HDF5 is a general purpose library and file format for storing scientific data.
+ http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.16.tar.bz2
+
+ time
+ libgfortran
+ zlib-devel
+ net-tools
+
+
+
+
+ hdf5
+
+ zlib
+ libgcc
+ libgfortran
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc/hdf5
+ /usr/share/hdf5_examples
+
+
+
+
+ hdf5-devel
+ Development files for hdf5
+
+ hdf5
+
+
+ /usr/include
+
+
+
+
+
+ 2016-04-02
+ 1.8.16
+ Version Bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/science/misc/hdf5/translations.xml b/science/misc/hdf5/translations.xml
new file mode 100644
index 0000000000..af9ebf15f9
--- /dev/null
+++ b/science/misc/hdf5/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ hdf5
+ NCSA hiyerarşik veri biçimi (Hierarchical Data Format - HDF) kütüphanesi ve araçları.
+ HDF5, bilimsel verileri saklamak için kullanılan bir dosya biçimi tanımını ve bu dosyaları kullanmak için gerekli kütüphane ve araçları sağlar.
+ HDF5 est une librairie généraliste ainsi qu'un format de fichier pour stocker des informations scientifiques.
+ HDF5 es una librería de uso general y un formato de archivos para almacenar datos científicos
+
+
+
+ hdf5-devel
+ hdf5 için geliştirme dosyaları
+
+