updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / ibus-table-cangjie / PKGBUILD
bloba089f0a5caefda651497326b6b6c6fedb71d841e
1 # Contributor: zpxing <zpxing(at)gmail(dot)com>
2 pkgname=ibus-table-cangjie
3 pkgver=1.2.0.20100119
4 pkgrel=1
5 pkgdesc="The Cangjie Input Method for IBus Table"
6 arch=('i686' 'x86_64')
7 license=('LGPL')
8 url="http://ibus.googlecode.com"
9 depends=('ibus' 'ibus-table' 'aspell-en' 'pyenchant')
10 provides=('ibus-table-cangjie=1.1.0')
11 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('25be75b2ae9435bd6cb943d3b4d7d609')
14 build() {
15     cd ${srcdir}/${pkgname}-${pkgver}
16     ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
17     make || return 1
18     make DESTDIR=${pkgdir} install