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

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

makedepends=(libtool intltool)

name=scim
version=1.4.18

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

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