1 # Contributor: Smith Dhumbumroong <zodmaner@gmail.com>
6 pkgdesc="Thai dictionary for Hunspell"
8 url="http://wiki.services.openoffice.org/wiki/Dictionaries#Thai_.28Thailand.29"
11 source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/th_TH.zip)
12 md5sums=('0d71a7294205979c318caf8633f1a1ab')
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: