updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / ibus-table-yinma / PKGBUILD
blobc634f2923c6365521dd327d124998aba792f3861
1 pkgname=ibus-table-yinma
2 pkgver=1.2.0.20100305
3 pkgrel=1
4 pkgdesc="Provides ZiRanMa Yong Wu Erbi, etc tables for IBus."
5 arch=('any')
6 url="http://code.google.com/p/ibus/"
7 license=('LGPL')
8 depends=('ibus-table>=1.2.0')
9 conflicts=()
10 makedepends=('')
11 options=('!libtool')
12 source=(http://ibus.googlecode.com/files/$pkgname-$pkgver.tar.gz)
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr --libexecdir=/usr/lib/ibus \
18   make || return 1
19   make DESTDIR="$pkgdir/" install
22 md5sums=('8514c168bf6bfdc6f7600aa1fcd92ee6')