mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
libthai: update to 0.1.28.
This commit is contained in:
parent
dd06807fc0
commit
50007a0987
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libthai'
|
# Template file for 'libthai'
|
||||||
pkgname=libthai
|
pkgname=libthai
|
||||||
version=0.1.27
|
version=0.1.28
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libdatrie-devel"
|
makedepends="libdatrie-devel"
|
||||||
short_desc="Thai language support routines"
|
short_desc="Thai language support routines"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://linux.thai.net/projects/libthai"
|
homepage="https://linux.thai.net/projects/libthai"
|
||||||
distfiles="ftp://linux.thai.net/pub/ThaiLinux/software/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://linux.thai.net/pub/ThaiLinux/software/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6
|
checksum=ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911
|
||||||
|
|
||||||
# the ‘trietool’ binary is used to create the dictionary
|
# the ‘trietool’ binary is used to create the dictionary
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libdatrie"
|
hostmakedepends+=" libdatrie"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue