Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Sombok - Unicode Text Segmentation Package." |
| 2 | DESCRIPTION = "Sombok library package performs Line Breaking Algorithm described in \ |
| 3 | Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative \ |
| 4 | properties defined by Annex #11 (UAX #11) may be concerned to determin \ |
| 5 | breaking positions. This package also implements "default" Grapheme \ |
| 6 | Cluster segmentation described in Annex #29 (UAX #29)." |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b" |
| 9 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 10 | SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | file://0001-configure.ac-fix-cross-compiling-issue.patch \ |
| 12 | " |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | # sombok-2.4.0 |
| 17 | SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc" |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | B = "${S}" |
| 21 | |
| 22 | # Disable libthai support |
| 23 | EXTRA_OECONF = "--disable-libthai" |
| 24 | |
| 25 | BBCLASSEXTEND = "native" |