summaryrefslogtreecommitdiff
path: root/community/ibus-anthy/PKGBUILD
blob: 4d1bd41aac0b20e776621051ff0c1ca5207f335b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id: PKGBUILD 107147 2014-03-13 13:24:28Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.MaRS <leemars at gmail dot com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>

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
}