# $Id: PKGBUILD 113862 2014-07-01 07:16:46Z fyan $ # Maintainer: Felix Yan # Contributor: Lee.MaRS # Contributor: Daniel J Griffiths pkgname=ibus-table-extraphrase pkgver=1.3.9.20110826 pkgrel=2 pkgdesc="The extra phrases of tables engines for IBus" arch=('i686' 'x86_64') url="http://code.google.com/p/ibus/" license=('LGPL') depends=('ibus-table') source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246') build() { cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/ibus make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }