core/scim-anthy/PKGBUILD
2011-06-20 00:20:06 +00:00

29 lines
837 B
Bash

#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# 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
}