core/hunspell-tr/PKGBUILD

21 lines
630 B
Bash
Raw Normal View History

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