mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:47:21 +08:00
ef9fb546a8
de en-gb en-us es fr hu it kk sk th tr
21 lines
630 B
Bash
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
|
|
}
|