summaryrefslogtreecommitdiff
path: root/extra/libchewing/PKGBUILD
blob: d1ee325e4df4beb6b6e608ea32d7cbbadf7a9207 (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
# $Id: PKGBUILD 111534 2011-02-27 15:03:24Z bisson $
# Contributor: damir <damir@archlinux.org>
# Contributor: whisky <archlinux.cle(at)gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>

pkgname=libchewing
pkgver=0.3.3
pkgrel=1
pkgdesc='Intelligent Zhuyin input method library for traditional Chinese'
arch=('i686' 'x86_64')
url='http://chewing.csie.net/'
license=('GPL')
options=('!libtool')
source=("http://chewing.csie.net/download/libchewing/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('24ade7bbb0288f71588bb45831d7fc9d5137a4cb')

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

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