summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fbefbe7571f8c7b2a47c91170024c89b64efae86 (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-italian-dictionary
pkgver=20131121
pkgrel=3
pkgdesc='Italian 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/it_IT.zip)
sha512sums=('7b39c8069b45acef0deb7208f2b1c16b4abf0544b54e8c9600c3c066d1917f8a7a7bb5783730d05d21403b7956d76f5cfb7c335f4e529f34abd0deafe1385909')

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