summaryrefslogtreecommitdiff
path: root/community/brise
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/brise
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/brise')
-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')