# $Id: PKGBUILD 107147 2014-03-13 13:24:28Z fyan $ # Maintainer: Felix Yan # Contributor: Rainy # Contributor: Lee.MaRS # Contributor: Daniel J Griffiths pkgname=ibus-anthy pkgver=1.5.5 pkgrel=1 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework' arch=('i686' 'x86_64') license=('LGPL') url='http://ibus.googlecode.com' depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject') makedepends=('swig' 'intltool' 'git') install=$pkgname.install source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver") sha512sums=('SKIP') build() { cd $pkgname ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus make } package() { cd $pkgname make DESTDIR="$pkgdir/" install }