#Maintainer: Dimitris Tzemos #Former Maintainer: Tomoki Tsuchiya pkgname=ibus-m17n pkgver=1.3.4 pkgrel=1dj docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'about nls') url=http://code.google.com/p/ibus/ source=("http://ibus.googlecode.com/files/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Intelligent Input Bus - m17n bridge)" "IBus means Intelligent Input Bus. It is an open source input" "framework for Linux/Unix OS. This is a bridge for m17n multilingual" "input engine" ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }