diff options
author | root <root@rshg047.dnsready.net> | 2011-04-08 04:18:44 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-08 04:18:44 +0000 |
commit | 59075f0265483f32e9ac4c67ba9e69cb019ba044 (patch) | |
tree | d0384b724b17b888dcd1cf06dce9bc25655d1ba1 /extra/libthai | |
parent | 3b216f42d91b33161572550f4556a9ba93d1cecb (diff) |
Fri Apr 8 04:18:44 UTC 2011
Diffstat (limited to 'extra/libthai')
-rw-r--r-- | extra/libthai/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/libthai/PKGBUILD b/extra/libthai/PKGBUILD index f96f7f309..818b8611e 100644 --- a/extra/libthai/PKGBUILD +++ b/extra/libthai/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 71220 2010-03-05 15:38:39Z jgc $ +# $Id: PKGBUILD 118469 2011-04-07 08:07:24Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com> + pkgname=libthai -pkgver=0.1.14 +pkgver=0.1.15 pkgrel=1 pkgdesc="Thai language support routines" url="http://linux.thai.net/projects/libthai" @@ -12,11 +13,11 @@ depends=('libdatrie>=0.2.3') makedepends=('pkgconfig') options=('!libtool' '!emptydirs') source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('34f64b37ed8f8f49f4a18ae972e6f41e') +md5sums=('3bc6d925eae36317aac8676be49a5741') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + ./configure --prefix=/usr --disable-static + make + make DESTDIR="${pkgdir}" install } |