#Maintainer: Dimitris Tzemos pkgname=ibus-anthy pkgver=1.5.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------------------------------------------------------| "ibus-anthy (Anthy Japanese engine for ibus)" "Ibus-anthy allows users to use anthy Japanese conversion engine in" "Ibus Intelligent Input Bus, a new input framework for Linux." ) 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 }