blob: 9e46d958e9894d422f20997640018f263f0f784a [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm"
2DESCRIPTION = "It provides utility functions to aid in the development \
3of interactive editors and widgets that implement BiDi functionality. \
4The BiDi algorithm is a prerequisite for supporting right-to-left scripts such \
5as Hebrew, Arabic, Syriac, and Thaana. "
6SECTION = "libs"
7HOMEPAGE = "http://fribidi.org/"
8BUGTRACKER = "https://github.com/fribidi/fribidi/issues"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009LICENSE = "LGPL-2.1-or-later"
Andrew Geisslereff27472021-10-29 15:35:00 -050010LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
11
Andrew Geissler87f5cff2022-09-30 13:13:31 -050012SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \
Andrew Geisslereff27472021-10-29 15:35:00 -050013 "
Andrew Geisslerd5838332022-05-27 11:33:10 -050014SRC_URI[sha256sum] = "0cd233f97fc8c67bb3ac27ce8440def5d3ffacf516765b91c2cc654498293495"
Andrew Geisslereff27472021-10-29 15:35:00 -050015
Andrew Geissler87f5cff2022-09-30 13:13:31 -050016inherit meson lib_package pkgconfig github-releases
Andrew Geisslereff27472021-10-29 15:35:00 -050017
18CVE_PRODUCT = "gnu_fribidi fribidi"
19
20BBCLASSEXTEND = "native nativesdk"