summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 18:05:15 +0300
committerstargr@gmail.com2015-06-08 18:05:15 +0300
commita9226e9c686108720aedc91b3ce07139d22331fb (patch)
tree456acba4a0c83b3b023e5840a352cc2f6a65c2c2
downloadaur-a9226e9c686108720aedc91b3ce07139d22331fb.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b020c0a70ca8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-spanish-catalan-dictionary
+ pkgdesc = Spanish (Catalan) dictionary for WPS Office
+ pkgver = 20150407
+ pkgrel = 1
+ url = http://wps-community.org/download/dicts
+ arch = any
+ groups = wps-office-extensions
+ license = custom
+ makedepends = unzip
+ depends = wps-office
+ source = http://wps-community.org/download/dicts/ca_ES.zip
+ sha1sums = 974af03ac6f7995f4a5a82e24e4ac6ee0b9d15fe
+
+pkgname = wps-office-extension-spanish-catalan-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0b10f31204d9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-spanish-catalan-dictionary
+pkgver=20150407
+pkgrel=1
+pkgdesc='Spanish (Catalan) 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/ca_ES.zip)
+sha1sums=('974af03ac6f7995f4a5a82e24e4ac6ee0b9d15fe')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/ca_ES.zip -d $pkgdir/usr/lib/office6/dicts
+}