updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / ibus-skk / PKGBUILD
blobb3769afc265daf7935a7478c35f0791da4ff36c3
1 # Maintainer: eagletmt <eagletmt@gmail.com>
2 pkgname=ibus-skk
3 pkgver=1.3.9
4 pkgrel=1
5 pkgdesc='Japanese input method SKK engine for IBus'
6 arch=('i686' 'x86_64')
7 url='https://github.com/ueno/ibus-skk'
8 license=('GPL')
9 depends=('ibus')
10 makedepends=()
11 source=(https://github.com/downloads/ueno/$pkgname/$pkgname-$pkgver.tar.gz)
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
16   PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
17   make
20 package() {
21   cd "$srcdir/$pkgname-$pkgver"
22   make DESTDIR="$pkgdir" install
25 # vim:set ts=2 sw=2 et:
26 md5sums=('42115700c95c13967ac3afeabb7103d1')