updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / hunspell-kk / PKGBUILD
blob0698fb58020f1368774d63780912db2c1fd882f8
1 # Maintainer: Baurzhan Muftakhidinov <baurthefirst@gmail.com> 
3 pkgname=hunspell-kk
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="A kazakh dictionary for Hunspell"
7 arch=('any')
8 url="http://hunspell.sourceforge.net/"
9 license=('GPL' 'LGPL' 'MPL')
10 depends=('hunspell')
11 source=('http://extensions.services.openoffice.org/e-files/1172/12/dict-kk.oxt')
12 md5sums=('5853936d6ff926015256777f0477bfa3')
14 build() {
15   cd "$srcdir"
17   install -D -m644 kk_KZ.dic "$pkgdir/usr/share/myspell/kk_KZ.dic" || return 1
18   install -D -m644 kk_KZ.aff "$pkgdir/usr/share/myspell/kk_KZ.aff" || return 1