summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:48:43 +0300
committerstargr@gmail.com2015-06-08 17:48:43 +0300
commit15143d3ee7696a42e09a83519cfdaac23bfa2353 (patch)
tree59b392ddd198ba322125d3a2be2c448bab0fa3f3
downloadaur-15143d3ee7696a42e09a83519cfdaac23bfa2353.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..1d0a036e5ae2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-khmer-dictionary
+ pkgdesc = Khmer dictionary for WPS Office
+ pkgver = 20140325
+ 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/km_KH.zip
+ sha1sums = bd6280d7635699271890a5163e7008ba62155774
+
+pkgname = wps-office-extension-khmer-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ed98fb03c186
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-khmer-dictionary
+pkgver=20140325
+pkgrel=2
+pkgdesc='Khmer 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/km_KH.zip)
+sha1sums=('bd6280d7635699271890a5163e7008ba62155774')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/km_KH.zip -d $pkgdir/usr/lib/office6/dicts
+}