summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed98fb03c186e40fbc3265702758bc8e86131aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-khmer-dictionary
pkgver=20140325
pkgrel=2
pkgdesc='Khmer dictionary for WPS Office'
arch=('any')
url='http://wps-community.org/download/dicts'
license=('custom')
depends=('wps-office')
groups=('wps-office-extensions')
makedepends=('unzip')
source=(http://wps-community.org/download/dicts/km_KH.zip)
sha1sums=('bd6280d7635699271890a5163e7008ba62155774')

package() {
  install -dm755 $pkgdir/usr/lib/office6/dicts
  unzip -q $srcdir/km_KH.zip -d $pkgdir/usr/lib/office6/dicts
}