From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/ibus-table-extraphrase/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/ibus-table-extraphrase/PKGBUILD (limited to 'community/ibus-table-extraphrase') diff --git a/community/ibus-table-extraphrase/PKGBUILD b/community/ibus-table-extraphrase/PKGBUILD new file mode 100644 index 000000000..04016b0c7 --- /dev/null +++ b/community/ibus-table-extraphrase/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 61932 2012-01-11 04:09:08Z ebelanger $ +# Contributor: Lee.MaRS +# Maintainer: Daniel J Griffiths + +pkgname=ibus-table-extraphrase +pkgver=1.3.9.20110826 +pkgrel=1 +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 +} -- cgit v1.2.3-54-g00ecf