summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 18:08:51 +0300
committerstargr@gmail.com2015-06-08 18:08:51 +0300
commit069fb55bbec95b0c2415e759b233ec56e628f4e7 (patch)
tree58f06bffeb7458407ad2483b295d99cf9dd4e6ca
downloadaur-069fb55bbec95b0c2415e759b233ec56e628f4e7.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..e8efdf9879d7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-swedish-dictionary
+ pkgdesc = Swedish 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/sv_SE.zip
+ sha1sums = 828655a2418709d5415dfae9f91fca95e28f90be
+
+pkgname = wps-office-extension-swedish-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3e795c6be4d7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-swedish-dictionary
+pkgver=20131121
+pkgrel=2
+pkgdesc='Swedish 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/sv_SE.zip)
+sha1sums=('828655a2418709d5415dfae9f91fca95e28f90be')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/sv_SE.zip -d $pkgdir/usr/lib/office6/dicts
+}