2 pkgname=ibus-table-quick
5 pkgdesc="The Quick Input Method for IBus Table"
8 url="http://ibus.googlecode.com"
9 depends=('ibus' 'ibus-table' 'aspell-en' 'pyenchant')
11 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('488c33d4ae2b35aa82764cb746fe4cb4')
15 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
18 make DESTDIR=${pkgdir} install