summaryrefslogtreecommitdiff
path: root/community/ibus-table-extraphrase/PKGBUILD
blob: 564fa092fc3ef73127f224d26f3acb8f490b8319 (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 113862 2014-07-01 07:16:46Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Lee.MaRS<leemars at gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=ibus-table-extraphrase
pkgver=1.3.9.20110826
pkgrel=2
pkgdesc="The extra phrases of tables engines for IBus"
arch=('i686' 'x86_64')
url="http://code.google.com/p/ibus/"
license=('LGPL')
depends=('ibus-table')
source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246')

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

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

  make
}

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

  make DESTDIR="${pkgdir}" install
}