diff --git a/science/misc/eigen3/actions.py b/science/misc/eigen3/actions.py
new file mode 100644
index 0000000000..27e27441a5
--- /dev/null
+++ b/science/misc/eigen3/actions.py
@@ -0,0 +1,23 @@
+#!/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 cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/science/misc/eigen3/pspec.xml b/science/misc/eigen3/pspec.xml
new file mode 100644
index 0000000000..c2311e99f9
--- /dev/null
+++ b/science/misc/eigen3/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+ eigen3
+ http://eigen.tuxfamily.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2-with-exceptions
+ library
+ Lightweight C++ template library for linear algebra
+ eigen3 is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra.
+ http://bitbucket.org/eigen/eigen/get/3.2.5.tar.bz2
+
+ cmake
+ freeglut-devel
+ fftw3-devel
+ gmp-devel
+ mpfr-devel
+ mesa-devel
+
+
+
+
+ eigen3
+
+ /usr/include
+ /usr/share
+
+
+
+
+
+ 2015-07-23
+ 3.2.5
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2015-01-29
+ 3.2.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-07-07
+ 3.2.1
+ Version Bump.
+ Vedat Demir
+ vedat@pisilinux.org
+
+
+ 2014-06-14
+ 3.2.0
+ Rebuild for gcc
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-02-09
+ 3.2.0
+ First release
+ Gökcen Eraslan
+ admins@pisilinux.org
+
+
+
diff --git a/science/misc/eigen3/translations.xml b/science/misc/eigen3/translations.xml
new file mode 100644
index 0000000000..b6acd53e83
--- /dev/null
+++ b/science/misc/eigen3/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ eigen3
+ Lineer cebir için hafif bir C++ şablon kitaplığı
+ Eigen3, lineer cebir için kullanılan hafif bir C++ şablon kitaplığıdır.
+
+