description="The Smart Common Input Method platform"
url=""

packager="tnut <tnut@nutyx.org>"
contributors="Rems"

makedepends=(autoconf automake m4 grep sed gettext libtool intltool)

name=scim
version=1.4.18
release=3

source=(https://github.com/scim-im/scim/archive/$version.tar.gz)

build() {
cd $name-$version
./bootstrap
./configure --prefix=/usr \
            --sysconfdir=/etc
make
make DESTDIR=$PKG install
}
