From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/scim-tables/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 extra/scim-tables/PKGBUILD (limited to 'extra/scim-tables') diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD new file mode 100644 index 000000000..fec4728e9 --- /dev/null +++ b/extra/scim-tables/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 110895 2011-02-22 20:15:32Z bisson $ +# Contributor: damir +# Contributor: Gan Lu +# Maintainer: Gaetan Bisson + +pkgname=scim-tables +pkgver=0.5.9 +pkgrel=2 +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=('aeca1c8a2eb10a214edc07fa248cd7450f78e387') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --enable-static=no + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf