From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/ibus-m17n/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/ibus-m17n/PKGBUILD (limited to 'community/ibus-m17n') diff --git a/community/ibus-m17n/PKGBUILD b/community/ibus-m17n/PKGBUILD new file mode 100644 index 000000000..3e08b4c03 --- /dev/null +++ b/community/ibus-m17n/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Thomas Dziedzic < gostrc at gmail > +# Contributor: Lonfucius +# Contributor: Jesse Jaara + +pkgname=ibus-m17n +pkgver=1.3.1 +pkgrel=2 +pkgdesc='M17N engine for IBus' +arch=('i686' 'x86_64') +url='http://code.google.com/p/ibus/' +license=('LGPL') +depends=('python-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') +source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") +md5sums=('38ff41207518812945c60084deba0080') + +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