Merge pull request #2037 from gour/master

New package: hunspell-hr_HR-20030928
This commit is contained in:
Enno Boland 2015-07-17 07:34:23 +02:00
commit 39a1c81ca3
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}