summaryrefslogtreecommitdiff
path: root/extra/scim-chewing/PKGBUILD
blob: d9e6451b5b1c19697926ce72e73fcbdb1f1cd649 (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 111539 2011-02-27 15:04:14Z bisson $
# 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=1
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
}