summaryrefslogtreecommitdiff
path: root/community/ibus-unikey/PKGBUILD
blob: 5ec16a1b7edccfbfdb1334134f90ee2190e5f645 (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
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Trương Xuân Tính <xuantinh at gmail dot com>

pkgname=ibus-unikey
pkgver=0.5.1
pkgrel=2
pkgdesc='IBus module for Vietnamese Keyboard'
arch=('i686' 'x86_64')
license=('GPL')
url='http://code.google.com/p/ibus-unikey/'
source=("http://ibus-unikey.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('0b8f79941dc3e9a4744d52e88e4401dc')
depends=('ibus' 'gconf' 'gmp')

build() {
  cd ${pkgname}-${pkgver}

  ./configure \
    --prefix=/usr \
    --libexecdir=/usr/lib/ibus

  make
}

package() {
  cd ${pkgname}-${pkgver}

  make DESTDIR=${pkgdir} install
}