core/libthai/PKGBUILD

29 lines
720 B
Bash
Raw Normal View History

2010-03-14 23:48:48 +08:00
# $Id: PKGBUILD 71220 2010-03-05 15:38:39Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com>
2012-01-13 09:47:09 +08:00
2010-03-14 23:48:48 +08:00
pkgname=libthai
2015-12-18 00:03:10 +08:00
pkgver=0.1.22
2010-03-14 23:48:48 +08:00
pkgrel=1
pkgdesc="Thai language support routines"
url="http://linux.thai.net/projects/libthai"
arch=('i686' 'x86_64')
license=('LGPL')
2012-01-13 09:47:09 +08:00
depends=('libdatrie')
2010-03-14 23:48:48 +08:00
makedepends=('pkgconfig')
2015-12-18 00:03:10 +08:00
options=('!emptydirs')
source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
md5sums=('1e14699fc380e47f8195fe0c1b41556c')
2010-03-14 23:48:48 +08:00
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
2012-01-13 09:47:09 +08:00
./configure --prefix=/usr --disable-static
make
2010-03-14 23:48:48 +08:00
}
2012-01-13 09:47:09 +08:00
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}