New package: hunspel-de_DE german dictionary for hunspell
Best Regards Carlo D.
This commit is contained in:
parent
9fd90dd99e
commit
38fa0f48fe
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'hunspell-de_DE'
|
||||
pkgname=hunspell-de_DE
|
||||
version=2013-12-06
|
||||
revision=1
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
homepage="http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries"
|
||||
license="GPL-3"
|
||||
hostmakedepends="unzip"
|
||||
short_desc="German (Germany) dictionary for hunspell"
|
||||
distfiles="http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries/releases/2013.12.06/dict-de_de-frami_${version}.oxt>dict-de.zip"
|
||||
checksum="c82ebfc13b047c5acb28a7b12b42447a7e7c07fbdf24ab5ef77bf099cfbab0a9"
|
||||
create_wrksrc=yes
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vinstall ${wrksrc}/de_DE_frami/de_DE_frami.aff 644 usr/share/hunspell de_DE.aff
|
||||
vinstall ${wrksrc}/de_DE_frami/de_DE_frami.dic 644 usr/share/hunspell de_DE.dic
|
||||
vdoc README_extension_owner.txt
|
||||
}
|
||||
|
||||
# vim: set ts=4 sw=4 sts=4
|
Loading…
Reference in New Issue