summaryrefslogtreecommitdiff
path: root/community/librime/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/librime/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/librime/PKGBUILD')
-rw-r--r--community/librime/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
deleted file mode 100644
index 9c6f8e205..000000000
--- a/community/librime/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 94029 2013-07-13 12:33:16Z svenstaro $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: GONG Chen <chen dot sst at gmail dot com>
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.9
-pkgrel=3
-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>=0.5')
-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')