summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2b4779d572bb9191f75ce0e8be9ed4bf2e6faa05 (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-turkish-dictionary
pkgver=20131224
pkgrel=2
pkgdesc='Turkish 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/tr_TR.zip)
sha1sums=('467908aefffc4dea537d2a97aac6e105502c1abe')

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