blob: 5ccb411fa51332ad6401d2ef9c0585977eb2cdf1 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm."
2DESCRIPTION = "Unicode::LineBreak performs Line Breaking Algorithm described in Unicode \
3Standard Annex #14 [UAX #14]. East_Asian_Width informative property \
4defined by Annex #11 [UAX #11] will be concerned to determine breaking \
5positions."
6SECTION = "libs"
7
8HOMEPAGE = "http://search.cpan.org/~nezumi/Unicode-LineBreak-${PV}/"
9
10LICENSE = "Artistic-1.0 | GPLv1+"
11LIC_FILES_CHKSUM = "file://README;md5=77241abd74fec561b3f3de1b44c0241b"
12
13SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/Unicode-LineBreak-${PV}.tar.gz"
14
15SRC_URI[md5sum] = "de7672227922260ac92d20bbad29660b"
16SRC_URI[sha256sum] = "655bc3c4cb60ad0770d97816716cfe322f24e602c70e595f5941dfa02c40cb76"
17
18S = "${WORKDIR}/Unicode-LineBreak-${PV}"
19
20DEPENDS = "libsombok3 libmime-charset-perl"
21
22RDEPENDS_${PN} = "libsombok3 libmime-charset-perl"
23
24inherit cpan
25
26BBCLASSEXTEND = "native"