summaryrefslogtreecommitdiff
path: root/community/brise/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/brise/PKGBUILD')
-rw-r--r--community/brise/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD
new file mode 100644
index 000000000..efbeccd76
--- /dev/null
+++ b/community/brise/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 90136 2013-05-07 05:26:31Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.22
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'librime>=0.9.9')
+provides=('librime-data')
+conflicts=('librime<0.9.9' 'ibus-rime<0.9.9')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "${srcdir}/$pkgname"
+ make
+}
+
+package() {
+ cd "${srcdir}/$pkgname"
+ make DESTDIR="$pkgdir" install
+}
+md5sums=('d9a55bc0b6bdd49e2622b76df43ef12f')