xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Sombok - Unicode Text Segmentation Package."
2DESCRIPTION = "Sombok library package performs Line Breaking Algorithm described in \
3Unicode Standard Annex #14 (UAX #14).  East_Asian_Width informative \
4properties defined by Annex #11 (UAX #11) may be concerned to determin \
5breaking positions.  This package also implements "default" Grapheme \
6Cluster segmentation described in Annex #29 (UAX #29)."
7LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
9
10SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \
11           file://0001-configure.ac-fix-cross-compiling-issue.patch \
12          "
13
14inherit autotools pkgconfig
15
16# sombok-2.4.0
17SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc"
18
19S = "${WORKDIR}/git"
20B = "${S}"
21
22# Disable libthai support
23EXTRA_OECONF = "--disable-libthai"
24
25BBCLASSEXTEND = "native"
26