summaryrefslogtreecommitdiff
path: root/extra/scim-tables/PKGBUILD
blob: ca35f288202c13d6efa565a6a58a7bd7b4238e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 134848 2011-08-07 23:21:19Z bisson $
# Contributor: damir <damir@archlinux.org>
# Contributor: Gan Lu <rhythm.gan@gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>

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
}