diff --git a/office/dictionary/voikko-fi/actions.py b/office/dictionary/voikko-fi/actions.py new file mode 100644 index 0000000000..d429c5bff7 --- /dev/null +++ b/office/dictionary/voikko-fi/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, get + +def build(): + autotools.make("vvfst") + +def install(): + autotools.make("DESTDIR=%s/usr/share/voikko vvfst-install" % get.installDIR()) diff --git a/office/dictionary/voikko-fi/pspec.xml b/office/dictionary/voikko-fi/pspec.xml new file mode 100644 index 0000000000..2a14a5e000 --- /dev/null +++ b/office/dictionary/voikko-fi/pspec.xml @@ -0,0 +1,50 @@ + + + + + voikko-fi + https://voikko.puimula.org/ + + fury + uglyside@yandex.ru + + GPL-2 + data + office.dictionary + Finnish dictionary for Voikko. + + Voikko-fi is a description of Finnish morphology written for libvoikko. The implementation uses unweighted VFST format and provides format 5 Finnish dictionary for libvoikko 4.0 or later. + + + https://www.puimula.org/voikko-sources/voikko-fi/voikko-fi-2.5.tar.gz + + + foma + python3 + libvoikko-devel + + + + + + + + voikko-fi + + libvoikko + + + /usr/share/voikko/5/mor-standard + + + + + + 2022-12-02 + 2.5 + First build. + fury + uglyside@yandex.ru + + +