updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ibus-table-erbi / PKGBUILD
blob735a02c8c5be783b80e147d065bc0fefec5db7ce
1 pkgname=ibus-table-erbi
2 pkgver=1.2.0.20090717
3 pkgrel=1
4 pkgdesc="The Erbi Input Method of tables engines for IBus."
5 arch=('i686' 'x86_64')
6 url="http://code.google.com/p/ibus/"
7 license=('LGPL')
8 depends=('ibus-table=1.2.0')
9 provides=('ibus-table-erbi=1.2.0')
10 conflicts=()
11 makedepends=('')
12 options=('!libtool')
13 source=(http://ibus.googlecode.com/files/$pkgname-$pkgver.tar.gz)
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   #
19   # BUILD HERE
20   #
21   ./autogen.sh --break-configure 
22   ./configure --prefix=/usr --libexecdir=/usr/lib/ibus \
23   make || return 1
24   make DESTDIR="$pkgdir/" install
25
27 md5sums=('1ab5946a329d17fcb30a4bd260419097')