作者:ganloo 来自:LinuxSir.Org
scim-tables
and many other input methods including Korea, Japanese, Tailand and so on.
# Contributor: ganlu
pkgname=scim-tables
pkgver=0.4.3
pkgrel=1
pkgdesc="Many table based input methods including CJK input for SCIM"
url="http://scim.freedesktop.org/"
license=GPL
depends=('scim')
backup=()
source=(http://freedesktop.org/~suzhe/sources/$pkgname-$pkgver.tar.gz)
#md5sums=()
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
评论