# $Id: PKGBUILD 134848 2011-08-07 23:21:19Z bisson $ # Contributor: damir # Contributor: Gan Lu # Maintainer: Gaetan Bisson pkgname=scim-tables pkgver=0.5.10 pkgrel=1 pkgdesc='Generic table input method module for SCIM' arch=('i686' 'x86_64') url='http://www.scim-im.org/' 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 }