core/hunspell-tr/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

21 lines
630 B
Bash

# Contributor: unlucu <unlucu at gmail dot com>
pkgname=hunspell-tr
pkgver=0.1
pkgrel=1
pkgdesc="Turkish dictionary for Hunspell"
arch=('i686' 'x86_64')
url="http://tr-spell.googlecode.com/"
license=('LGPL' 'BSD')
depends=('hunspell')
source=(http://tr-spell.googlecode.com/files/Hunspell_tr_TR_v.0.1.zip)
md5sums=('774eae07421f2823898a2a423245b472')
build() {
cd $srcdir
install -D -m644 tr.dic $pkgdir/usr/share/myspell/tr.dic
install -D -m644 tr.aff $pkgdir/usr/share/myspell/tr.aff
install -D -m644 dictionary.lst $pkgdir/usr/share/myspell/dictionary.lst
install -D -m644 README $pkgdir/usr/share/myspell/README
}