diff --git a/office/dictionary/hunspell-dict-ca/actions.py b/office/dictionary/hunspell-dict-ca/actions.py
new file mode 100644
index 0000000000..171712ed48
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ca/actions.py
@@ -0,0 +1,20 @@
+#!/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 pisitools
+
+WorkDir = "hunspell"
+
+def setup():
+ pisitools.dosed("catalan.aff", "\r")
+ pisitools.dosed("catalan.dic", "\r")
+
+def install():
+ for lang in ("ca_AD", "ca_FR", "ca_IT", "ca_ES"):
+ pisitools.insinto("/usr/share/hunspell", "catalan.aff", lang + ".aff")
+ pisitools.insinto("/usr/share/hunspell", "catalan.dic", lang + ".dic")
+
+ pisitools.dohtml("release-notes*")
diff --git a/office/dictionary/hunspell-dict-ca/pspec.xml b/office/dictionary/hunspell-dict-ca/pspec.xml
new file mode 100644
index 0000000000..9c982b04ba
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ca/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ hunspell-dict-ca
+ http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ locale:ca
+ data
+ Catalan hunspell dictionaries
+ hunspell-dict-ca includes Catalan hunspell dictionaries.
+
+ http://source.pisilinux.org/1.0/hunspell-dict-ca-20090319.tar.bz2
+
+
+
+ hunspell-dict-ca
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2014-01-26
+ 0.0_20090319
+ Rebuild
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090319
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-ca/translations.xml b/office/dictionary/hunspell-dict-ca/translations.xml
new file mode 100644
index 0000000000..a656861a2f
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ca/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-ca
+ Katalanca hunspell sözlüğü
+ hunspell-dict-ca Katalanca hunspell sözlüğünü içermektedir.
+
+