#Maintainer: Tomoki Tsuchiya pkgname=ibus-hangul pkgver=1.3.0.20100329 pkgrel=2tt 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/tsuren/packages/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Intelligent Input Bus - Hangul bridge)" "IBus means Intelligent Input Bus. It is an open source input" "framework for Linux/Unix OS. This is a bridge for Hangul / Korean" "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 }