Merge pull request #2267 from o1ux/hunspell-ru_RU
New package: hunspell-ru_RU-0.4.0
This commit is contained in:
commit
b0d3d6509b
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'hunspell-ru_RU'
|
||||
pkgname=hunspell-ru_RU
|
||||
version=0.4.0
|
||||
revision=1
|
||||
hostmakedepends="unzip"
|
||||
short_desc="Russian dictionary for hunspell"
|
||||
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://extensions.libreoffice.org/extension-center/russian-spellcheck-dictionary.-based-on-works-of-aot-group"
|
||||
distfiles="${homepage}/pscreleasefolder.2011-09-06.6209385965/${version}/dict_ru_ru-aot-0-4-0.oxt>dict-ru.zip"
|
||||
checksum=f6278d61992f1998cc0ec2ca09610d6d8903eea489d1dcb5bb4fdc1ca8176c9f
|
||||
create_wrksrc=yes
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vinstall russian-aot.aff 644 usr/share/hunspell ru_RU.aff
|
||||
vinstall russian-aot.dic 644 usr/share/hunspell ru_RU.dic
|
||||
vlicense copyright.txt
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
pattern="6209385965/\K[\d.]+"
|
Loading…
Reference in New Issue