diff --git a/office/dictionary/hunspell-dict-de/actions.py b/office/dictionary/hunspell-dict-de/actions.py
new file mode 100644
index 0000000000..785a6b7481
--- /dev/null
+++ b/office/dictionary/hunspell-dict-de/actions.py
@@ -0,0 +1,33 @@
+#!/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
+
+WorkDir = "igerman98-20131206"
+
+def build():
+ autotools.make("hunspell/de_AT_small.dic hunspell/de_AT.aff hunspell/de_CH_small.dic hunspell/de_CH.aff hunspell/de_DE.aff")
+
+ shelltools.cd("hunspell")
+ for f in ("README_de_AT.txt", "README_de_CH.txt", "README_de_DE.txt"):
+ pisitools.dosed(f, "\r")
+
+def install():
+ shelltools.cd("hunspell")
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_BE.dic")
+ pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_BE.aff")
+ pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_LU.dic")
+ pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_LU.aff")
+
+ pisitools.dosym("de_CH.dic", "/usr/share/hunspell/de_LI.dic")
+ pisitools.dosym("de_CH.aff", "/usr/share/hunspell/de_LI.aff")
+
+ pisitools.dodoc("README*", "COPYING*")
diff --git a/office/dictionary/hunspell-dict-de/pspec.xml b/office/dictionary/hunspell-dict-de/pspec.xml
new file mode 100644
index 0000000000..f8baae3b79
--- /dev/null
+++ b/office/dictionary/hunspell-dict-de/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ hunspell-dict-de
+ http://www.j3e.de/ispell/igerman98
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ GPLv3
+ locale:de
+ data
+ German hunspell dictionaries
+ hunspell-dict-de includes German, Switzerland, etc. hunspell dictionaries.
+ https://www.j3e.de/ispell/igerman98/dict/igerman98-20131206.tar.bz2
+
+
+
+ hunspell-dict-de
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2014-01-26
+ 0.0_20131216
+ Version Bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090107
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/dictionary/hunspell-dict-de/translations.xml b/office/dictionary/hunspell-dict-de/translations.xml
new file mode 100644
index 0000000000..b38850da97
--- /dev/null
+++ b/office/dictionary/hunspell-dict-de/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-de
+ Almanca hunspell sözlüğü
+ hunspell-dict-de Almanca ve İsviçre Almancası için hunspell sözlüklerini içermektedir.
+
+