20 lines
718 B
Bash
20 lines
718 B
Bash
# 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
|
|
}
|