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-chewing/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/ibus-chewing/PKGBUILD')
-rw-r--r-- | community/ibus-chewing/PKGBUILD | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD new file mode 100644 index 000000000..fed502367 --- /dev/null +++ b/community/ibus-chewing/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 80968 2012-12-08 02:26:09Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Rainy <rainylau(at)gmail(dot)com> +# Contributor: Lee.MaRS <leemars@gmail.com> +# Contributor: Hiroshi Yui <hiroshiyui@gmail.com> + +pkgname=ibus-chewing +pkgver=1.4.3 +pkgrel=2 +pkgdesc='Chinese Chewing Engine for IBus Framework' +arch=('i686' 'x86_64') +license=('GPL') +url='http://ibus.googlecode.com' +depends=('ibus' 'libchewing' 'libxtst' 'gconf') +makedepends=('swig' 'cmake' 'gob2') +options=('!makeflags') +install=ibus-chewing.install +source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz") + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + cmake . -DCMAKE_INSTALL_PREFIX=/usr \ + -DSYSCONF_INSTALL_DIR=/usr/share \ + -DLIBEXEC_DIR=/usr/lib/ibus + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + make DESTDIR="${pkgdir}" install +} +md5sums=('20b1d553ba14cecabcf7418e91da353b') |