Merge pull request #598 from onekk/master
New Package: hunspell-es_ES Spanish (Spain) dictionary for hunspell
This commit is contained in:
commit
ff88821e51
1 changed files with 21 additions and 0 deletions
21
srcpkgs/hunspell-es_ES/template
Normal file
21
srcpkgs/hunspell-es_ES/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'hunspell-es_ES'
|
||||||
|
pkgname=hunspell-es_ES
|
||||||
|
version=0.7
|
||||||
|
revision=1
|
||||||
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||||
|
homepage="https://forja.rediris.es/projects/rla-es/"
|
||||||
|
license="GPL-3"
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
short_desc="Spanish dictionary for hunspell"
|
||||||
|
distfiles="http://forja.rediris.es/frs/download.php/2945/es_ES.oxt>dict-es.zip"
|
||||||
|
checksum="af31d8b59031508fa286756d8e0ea5a5e92e2192012d4b81ba200a2215ef240e"
|
||||||
|
create_wrksrc=yes
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall es_ES.aff 644 /usr/share/hunspell
|
||||||
|
vinstall es_ES.dic 644 /usr/share/hunspell
|
||||||
|
vdoc README.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set ts=4 sw=4 sts=4
|
Loading…
Reference in a new issue