summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:47:20 +0300
committerstargr@gmail.com2015-06-08 17:47:20 +0300
commit13006f1561b354e3bd00f7157de8d744bd3b8a6c (patch)
tree11b94d758f8d81adb7aa3a5b8706b7853acd66bc
downloadaur-13006f1561b354e3bd00f7157de8d744bd3b8a6c.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..14b0b95d245a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-italian-dictionary
+ pkgdesc = Italian dictionary for WPS Office
+ pkgver = 20131121
+ pkgrel = 2
+ 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/it_IT.zip
+ sha1sums = aaa7e9d09d432837ba17eae0f680753d2c290085
+
+pkgname = wps-office-extension-italian-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b4ea1a0aa13c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-italian-dictionary
+pkgver=20131121
+pkgrel=2
+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)
+sha1sums=('aaa7e9d09d432837ba17eae0f680753d2c290085')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/it_IT.zip -d $pkgdir/usr/lib/office6/dicts
+}