blob: 7e4f29497b5ea173fc5edad80bb06a378efd1d5a [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"
9LICENSE = "LGPLv2.1+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
11
12SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.xz \
13 "
14SRC_URI[sha256sum] = "30f93e9c63ee627d1a2cedcf59ac34d45bf30240982f99e44c6e015466b4e73d"
15
16UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
17
18inherit meson lib_package pkgconfig
19
20CVE_PRODUCT = "gnu_fribidi fribidi"
21
22BBCLASSEXTEND = "native nativesdk"