updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ibus-table-others / PKGBUILD
blobf3fe0abb9e6153f31e7f6f63a67b32a04d9caa26
1 # Contributor: Lonfucius <Lonfucius@gmail.com>
2 # Maintainer: Jesse Jaara <jesse.jaara@gmail.com>
3 pkgname=ibus-table-others
4 pkgver=1.3.0.20100528
5 pkgrel=1
6 pkgdesc='ibus-table-others (Various tables that beyond Chinese)'
7 arch=('i686' 'x86_64')
8 url="http://code.google.com/p/ibus/"
9 license=('LGPL')
10 depends=('ibus' 'ibus-table')
11 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
13 build() {
15         cd ${srcdir}/${pkgname}-${pkgver}
16         ./configure  --prefix=/usr --libexecdir=/usr/lib/ibus
17         make
21 package() {
23         cd ${srcdir}/${pkgname}-${pkgver}
24         make DESTDIR=${pkgdir} install
26 md5sums=('59cb263505ea668ef546738e8b68132d')