1c7217d981
Adopted.
21 lines
859 B
Bash
21 lines
859 B
Bash
# Template file for 'hunspell-de_DE'
|
|
pkgname=hunspell-de_DE
|
|
version=20151228
|
|
revision=1
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
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/2015.12.28/dict-de_de-frami_2015-12-28.oxt>dict-de.zip"
|
|
checksum=4c9520497b38712d093ca8ea57edb4d04569d4f700ea35379c082862628389c6
|
|
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 README.txt
|
|
}
|
|
|
|
# vim: set ts=4 sw=4 sts=4
|