core/hunspell-sk/PKGBUILD
Drake Justice ef9fb546a8 initial hunspell languages commit
de en-gb en-us es fr hu it kk sk th tr
2010-06-25 03:44:17 +00:00

20 lines
560 B
Bash

# Maintainer: Alexander Fehr <pizzapunk gmail com>
pkgname=hunspell-sk
pkgver=20091213
pkgrel=1
pkgdesc="Slovak dictionary for Hunspell"
arch=('any')
url="http://www.sk-spell.sk.cx/hunspell-sk"
license=('GPL2' 'LGPL2.1' 'MPL')
depends=('hunspell')
source=(http://www.sk-spell.sk.cx/files/hunspell-sk-$pkgver.zip)
md5sums=('fe5e01cab43c4ebf467d1ea32a2a665e')
build() {
cd $srcdir/hunspell-sk-$pkgver
install -D -m644 sk_SK.dic $pkgdir/usr/share/myspell/sk_SK.dic || return 1
install -D -m644 sk_SK.aff $pkgdir/usr/share/myspell/sk_SK.aff || return 1
}