# $Id: PKGBUILD 148920 2012-02-05 11:55:57Z ibiru $ # Contributor: damir # Contributor: Gan Lu # Maintainer: Gaetan Bisson pkgname=scim-tables pkgver=0.5.10 pkgrel=2 pkgdesc='Generic table input method module for SCIM' url='http://www.scim-im.org/' arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('scim') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz") sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --enable-static=no make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }