updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / ibus-table-zhuyin / PKGBUILD
blobab75ab9b4b68d3b393310f35fd8093c39d62e5f7
1 # Contributor: Hiroshi Yui <hiroshiyui@gmail.com>
3 pkgname=ibus-table-zhuyin
4 pkgver=1.1.0
5 pkgrel=1
6 pkgdesc="ZhuYin (Bopomofo) input method for IBus table engine."
7 arch=('i686' 'x86_64')
8 url="https://github.com/definite/ibus-table-zhuyin"
9 license=('GPLv3')
10 depends=('ibus-table')
11 makedepends=('cmake')
13 build()
15     cd ${srcdir}
16     
17     git clone git://github.com/definite/ibus-table-zhuyin.git ${pkgname}
18     cd ${pkgname}
19     cmake . -DCMAKE_INSTALL_PREFIX='/usr'
20     make || return 1
21     make DESTDIR="${pkgdir}/" install