# Maintainer: Francesco Marinucci pkgname=libkkc-data pkgver=0.2.7 pkgrel=1 pkgdesc="Japanese Kana-string to Kana-Kanji-mixed-string converter" arch=('x86_64') license=('GPL') url="http://fcitx-im.org/wiki/Fcitx" makedepends=('marisa') source=("https://bitbucket.org/libkkc/libkkc-data/downloads/${pkgname}-${pkgver}.tar.xz") md5sums=('1ada8f434c3f642f457a7ac18fc3b554') build() { pushd . cd ${pkgname}-${pkgver} ./configure --prefix=/usr make -j1 popd } package() { pushd . cd ${pkgname}-${pkgver} make DESTDIR="$pkgdir" install popd }