#Maintainer: Tomoki Tsuchiya #Mandatory pkgname=ibus-anthy pkgver=1.2.6 pkgrel=1tt arch=i486 docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') url=http://code.google.com/p/ibus/ source=("http://ibus.googlecode.com/files/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ibus-anthy (Intelligent Input Bus - Anthyl bridge)" "IBus means Intelligent Input Bus. It is an open source input" " framework for Linux/Unix OS. This is a bridge to Anthy, allowing" "you to use anthy from ibus" ) build() { cd $startdir/src/$pkgname-$pkgver sh ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }