20 lines
728 B
Bash
20 lines
728 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="http://www.libreoffice-na.us/English-4.3-installs/dictionary.html"
|
||
|
distfiles="http://www.libreoffice-na.us/English-4.3-installs/add-on-dictionaries-large-list/Croatian_dictionary_and_hyphenation_patterns--dict-hr____2003-09-28.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
|
||
|
}
|
||
|
|