Merge pull request #605 from onekk/master
New package: hunspel-de_DE german dictionary for hunspell
This commit is contained in:
commit
039e949fbe
1 changed files with 21 additions and 0 deletions
21
srcpkgs/hunspell-de_DE/template
Normal file
21
srcpkgs/hunspell-de_DE/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'hunspell-de_DE'
|
||||
pkgname=hunspell-de_DE
|
||||
version=20131206
|
||||
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_2013-12-06.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 README.txt
|
||||
}
|
||||
|
||||
# vim: set ts=4 sw=4 sts=4
|
Loading…
Reference in a new issue