summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:56:47 +0300
committerstargr@gmail.com2015-06-08 17:56:47 +0300
commitefec9a239afe7932d14fdaf962635522be855f9e (patch)
treeb3b9368d061dfcb3904753a91ac7f8c52af8bd4e
downloadaur-efec9a239afe7932d14fdaf962635522be855f9e.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..c10ccb45a84b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-romanian-dictionary
+ pkgdesc = Romanian dictionary for WPS Office
+ pkgver = 20140108
+ 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/ro_RO.zip
+ sha1sums = b7d1365c4d22daf997d5ce46e2a253690e6ea26b
+
+pkgname = wps-office-extension-romanian-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7dd020f133aa
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-romanian-dictionary
+pkgver=20140108
+pkgrel=2
+pkgdesc='Romanian 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/ro_RO.zip)
+sha1sums=('b7d1365c4d22daf997d5ce46e2a253690e6ea26b')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/ro_RO.zip -d $pkgdir/usr/lib/office6/dicts
+}