* update libthai to 0.1.29-3
This commit is contained in:
parent
b8a72a1200
commit
cde9230423
@ -1,28 +1,31 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com>
|
||||
|
||||
pkgname=libthai
|
||||
pkgver=0.1.29
|
||||
pkgrel=2
|
||||
pkgdesc="Thai language support routines"
|
||||
url="https://linux.thai.net/projects/libthai"
|
||||
pkgrel=3
|
||||
pkgdesc='Thai language support library'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://linux.thai.net/projects/libthai'
|
||||
license=('LGPL')
|
||||
depends=('libdatrie')
|
||||
makedepends=('pkgconfig')
|
||||
provides=('libthai.so')
|
||||
options=('!emptydirs' 'debug')
|
||||
source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha512sums=('0ba1261581a1705a2a2546a3071acb3c63892dbf111f0dad415667165a6b9542a5e4549061c67b11ec53de7c9e70fceb3c04d794fd12a22d991a539dbacebda1')
|
||||
depends=('glibc' 'libdatrie')
|
||||
makedepends=('doxygen')
|
||||
source=("https://linux.thai.net/pub/thailinux/software/libthai/$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --disable-static
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user