summaryrefslogtreecommitdiff
path: root/community/ibus-table-extraphrase/PKGBUILD
blob: e37dfa59777fe11cdb85a24b24665661b3980b56 (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
32
33
# Contributor: Lee.MaRS<leemars at gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=ibus-table-extraphrase
pkgver=1.2.0.20100305
pkgrel=2
pkgdesc="The extra phrases of tables engines for IBus."
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/ibus/"
license=('LGPL')
depends=('ibus-table>=1.2.0')
provides=('ibus-table-extraphrase=1.2.0')
conflicts=('ibus-table-extraphrase-git')
source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('ab3a0bd3b443ad4df9ad5554e155550d')

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

  ./autogen.sh

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

  make
}

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

  make DESTDIR=${pkgdir} install
}