[arch-commits] Commit in librime/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Sun May 5 16:38:49 UTC 2013
Date: Sunday, May 5, 2013 @ 18:38:48
Author: fyan
Revision: 89925
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
librime/repos/community-testing-i686/
librime/repos/community-testing-i686/PKGBUILD
(from rev 89924, librime/trunk/PKGBUILD)
librime/repos/community-testing-x86_64/
librime/repos/community-testing-x86_64/PKGBUILD
(from rev 89924, librime/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: librime/repos/community-testing-i686/PKGBUILD (from rev 89924, librime/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-05 16:38:48 UTC (rev 89925)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost' '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=('bd705cd3e4c7ab6e47d983b07044769f')
Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 89924, librime/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-05-05 16:38:48 UTC (rev 89925)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost' '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=('bd705cd3e4c7ab6e47d983b07044769f')
More information about the arch-commits
mailing list