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/libchewing/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 extra/libchewing/PKGBUILD (limited to 'extra/libchewing') diff --git a/extra/libchewing/PKGBUILD b/extra/libchewing/PKGBUILD new file mode 100644 index 000000000..d1ee325e4 --- /dev/null +++ b/extra/libchewing/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 111534 2011-02-27 15:03:24Z bisson $ +# Contributor: damir +# Contributor: whisky +# Maintainer: Gaetan Bisson + +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 +} -- cgit v1.2.3-54-g00ecf