summaryrefslogtreecommitdiff
path: root/testing/scim-chewing/PKGBUILD
blob: d4663373a5909fe9f1cd28cc30505d96d32200d2 (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
28
# $Id: PKGBUILD 148297 2012-01-30 18:50:28Z ibiru $
# Contributor: damir <damir@archlinux.org>
# Contributor: whisky <archlinux.cle(at)gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>

pkgname=scim-chewing
pkgver=0.3.4
pkgrel=2
pkgdesc='Traditional Chinese input method module for SCIM'
arch=('i686' 'x86_64')
url='http://chewing.csie.net/'
license=('GPL')
depends=('scim' 'libchewing')
makedepends=('intltool')
options=('!libtool')
source=("http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05')

build() {
	cd "${srcdir}/${pkgname}-${pkgver}"
	./configure --prefix=/usr --disable-static
	make
}

package() {
	cd "${srcdir}/${pkgname}-${pkgver}"
	make DESTDIR="${pkgdir}" install
}