# # Platform Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=scim-anthy pkgver=1.2.7 pkgrel=2 _filecode=37309 pkgdesc="Japanese Anthy input method module for SCIM" arch=("i686" "x86_64") url="http://sourceforge.jp/projects/scim-imengine/" license=('GPL') depends=('scim' 'anthy') options=('!libtool') source=(http://osdn.dl.sourceforge.jp/scim-imengine/$_filecode/$pkgname-$pkgver.tar.gz) md5sums=('8d06bfd46839c771401b9f176be8818f') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --disable-static || return 1 make || return 1 make DESTDIR=$pkgdir install || return 1 }