summaryrefslogtreecommitdiff
path: root/community/ibus-rime/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-27 02:19:29 -0800
committerroot <root@rshg054.dnsready.net>2012-11-27 02:19:29 -0800
commitc008601effc878e60852f7928ddadcf5a16eb851 (patch)
tree50f2e1a3e779a9a93deadc396c29f80c6f24de0e /community/ibus-rime/PKGBUILD
parentd41782ebd2416faf39268ec9a2c3242430390308 (diff)
Tue Nov 27 02:14:24 PST 2012
Diffstat (limited to 'community/ibus-rime/PKGBUILD')
-rw-r--r--community/ibus-rime/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD
new file mode 100644
index 000000000..7507f1ec7
--- /dev/null
+++ b/community/ibus-rime/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 80615 2012-11-27 03:11:48Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.4
+pkgrel=2
+pkgdesc="Rime input method engine for ibus"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime>=0.9.3' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "$srcdir/$pkgname"
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname"
+ make DESTDIR="$pkgdir" install
+}
+
+md5sums=('ec7fdc6f8c772b1c5412be59546bc667')