Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 1 | SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" |
| 2 | DESCRIPTION = "It provides utility functions to aid in the development \ |
| 3 | of interactive editors and widgets that implement BiDi functionality. \ |
| 4 | The BiDi algorithm is a prerequisite for supporting right-to-left scripts such \ |
| 5 | as Hebrew, Arabic, Syriac, and Thaana. " |
| 6 | SECTION = "libs" |
| 7 | HOMEPAGE = "http://fribidi.org/" |
| 8 | BUGTRACKER = "https://github.com/fribidi/fribidi/issues" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 9 | LICENSE = "LGPL-2.1-or-later" |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 11 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 12 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \ |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 13 | " |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 14 | SRC_URI[sha256sum] = "7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2" |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 15 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 16 | inherit meson lib_package pkgconfig github-releases |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 17 | |
| 18 | CVE_PRODUCT = "gnu_fribidi fribidi" |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |