core/scim-anthy/PKGBUILD

29 lines
837 B
Bash
Raw Normal View History

2011-06-20 08:20:06 +08:00
#
# 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
2010-03-14 23:48:48 +08:00
pkgname=scim-anthy
pkgver=1.2.7
2011-06-20 08:20:06 +08:00
pkgrel=2
2010-03-14 23:48:48 +08:00
_filecode=37309
pkgdesc="Japanese Anthy input method module for SCIM"
arch=("i686" "x86_64")
url="http://sourceforge.jp/projects/scim-imengine/"
license=('GPL')
2011-06-20 08:20:06 +08:00
depends=('scim' 'anthy')
2010-03-14 23:48:48 +08:00
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
}