updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / hunspell-th / PKGBUILD
blobc5257c19998e2ec459725b85ca5885808e1642e9
1 # Contributor: Smith Dhumbumroong <zodmaner@gmail.com>
3 pkgname=hunspell-th
4 pkgver=0.3
5 pkgrel=1
6 pkgdesc="Thai dictionary for Hunspell"
7 arch=('any')
8 url="http://wiki.services.openoffice.org/wiki/Dictionaries#Thai_.28Thailand.29"
9 license=('LGPL')
10 depends=('hunspell')
11 source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/th_TH.zip)
12 md5sums=('0d71a7294205979c318caf8633f1a1ab')
14 build() {
15   cd "$srcdir"
16   
17   install -Dm644 th_TH.dic "$pkgdir/usr/share/myspell/th_TH.dic"
18   install -Dm644 th_TH.aff "$pkgdir/usr/share/myspell/th_TH.aff"
21 # vim:set ts=2 sw=2 et: