core/hunspell-sk/PKGBUILD

20 lines
560 B
Bash
Raw Normal View History

# 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
}