diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/ibus-table-extraphrase | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/ibus-table-extraphrase')
-rw-r--r-- | community/ibus-table-extraphrase/PKGBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
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<leemars at gmail.com> +# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> + +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 +} |