SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" DESCRIPTION = "It provides utility functions to aid in the development \ of interactive editors and widgets that implement BiDi functionality. \ The BiDi algorithm is a prerequisite for supporting right-to-left scripts such \ as Hebrew, Arabic, Syriac, and Thaana. " SECTION = "libs" HOMEPAGE = "http://fribidi.org/" BUGTRACKER = "https://github.com/fribidi/fribidi/issues" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ " SRC_URI[sha256sum] = "30f93e9c63ee627d1a2cedcf59ac34d45bf30240982f99e44c6e015466b4e73d" UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" inherit meson lib_package pkgconfig CVE_PRODUCT = "gnu_fribidi fribidi" BBCLASSEXTEND = "native nativesdk"