# $Id: PKGBUILD 110875 2011-02-22 20:13:47Z bisson $ # Contributor: damir # Maintainer: Gaetan Bisson pkgname=scim-anthy pkgver=1.2.7 pkgrel=2 _filecode=37309 pkgdesc='Japanese 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") sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }