summaryrefslogtreecommitdiff
path: root/community/librime/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/librime/PKGBUILD')
-rw-r--r--community/librime/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
new file mode 100644
index 000000000..5448efe84
--- /dev/null
+++ b/community/librime/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 80591 2012-11-26 15:20:56Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.4
+pkgrel=3
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "${srcdir}/$pkgname"
+ make
+}
+
+package() {
+ cd "${srcdir}/$pkgname"
+ make DESTDIR="$pkgdir" install
+}
+
+md5sums=('c917d52ddc5483147d0409de9dafc8af')