summaryrefslogtreecommitdiff
path: root/community/ibus-skk/PKGBUILD
blob: 67439b71a777b8835797681f3d7af896a7c10983 (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
# $Id: PKGBUILD 112578 2014-06-03 18:20:31Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: eagletmt <eagletmt@gmail.com>

pkgname=ibus-skk
pkgver=1.4.1
pkgrel=2
pkgdesc='Japanese input method SKK engine for IBus'
arch=('i686' 'x86_64')
url='https://github.com/ueno/ibus-skk'
license=('GPL')
depends=('ibus' 'libskk')
makedepends=('intltool')
source=("https://github.com/downloads/ueno/$pkgname/$pkgname-$pkgver.tar.gz")

build() {
  cd $pkgname-$pkgver

  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 et:
md5sums=('8c2d5c9cf7b007cdd7fe64433f5ae4f0')