diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : hunspell-da +version : 2.4 +release : 1 +source : + - https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/2.4/@@download/file/dict-da-2.4.oxt : c08a7c53dcbae49f5ebb3274e673ec983f623f52c9f8d6f471887de7e4a62476 +license : + - GPL-2.0-or-later + - LGPL-2.1-or-later + - MPL-1.1 +component : spelling +extract : no +summary : Danish hunspell dictionary +description: | + Danish dictionary from Stavekontrolden / Danske ordbog til stavekontrol fra Stavekontrolden. +setup : | + unzip $sources/dict-da-${version}.oxt +install : | + install -Dm00644 da_DK.{aff,dic} -t $installdir/usr/share/hunspell diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + hunspell-da + + Pierre-Yves + pyu@riseup.net + + GPL-2.0-or-later + LGPL-2.1-or-later + MPL-1.1 + spelling + Danish hunspell dictionary + Danish dictionary from Stavekontrolden / Danske ordbog til stavekontrol fra Stavekontrolden. + + https://solus-project.com/sources/README.Solus + + + hunspell-da + Danish hunspell dictionary + Danish dictionary from Stavekontrolden / Danske ordbog til stavekontrol fra Stavekontrolden. + + spelling + + /usr/share/hunspell/da_DK.aff + /usr/share/hunspell/da_DK.dic + + + + + 2018-07-27 + 2.4 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file