20 lines
651 B
Bash
20 lines
651 B
Bash
# Template file for 'hunspell-hr_HR'
|
|
pkgname=hunspell-hr_HR
|
|
version=20030928
|
|
revision=1
|
|
create_wrksrc=yes
|
|
noarch=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Croatian (Croatia) dictionary for hunspell"
|
|
maintainer="Gour <gour@atmarama.net>"
|
|
license="GPL-3"
|
|
homepage="https://extensions.openoffice.org/en/project/croatian-dictionary-and-hyphenation-patterns"
|
|
distfiles="${SOURCEFORGE_SITE}/aoo-extensions/1052/2/dict-hr.oxt>dict.hr.zip"
|
|
checksum=387ada69978c2bab4914755b8f120d0fd742c7d5708a88159d6eb2868bb943dc
|
|
|
|
do_install() {
|
|
vinstall ${wrksrc}/hr_HR.aff 644 usr/share/hunspell hr_HR.aff
|
|
vinstall ${wrksrc}/hr_HR.dic 644 usr/share/hunspell hr_HR.dic
|
|
}
|
|
|