# Contributor: Qi Wenmin <qiwenmin@gmail.com>
# Maintainer: Mat <matlinuxer2@gmail.com>
pkgname=libucimf
pkgver=2.3.7
pkgrel=2
pkgdesc="Unicode Console InputMethod Framework - an input plugin under Framebuffer Console environment."
arch=(i686 x86_64)
license=('GPL2')
url="http://code.google.com/p/ucimf/"
depends=('freetype2' 'fontconfig' 'libtool')
source=("http://ucimf.googlecode.com/files/$pkgname-$pkgver.tar.gz")
md5sums=('bb497d8064015b84240846d592b092cb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}