Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 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. " |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 6 | SECTION = "libs" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 7 | HOMEPAGE = "http://fribidi.org/" |
| 8 | BUGTRACKER = "https://github.com/fribidi/fribidi/issues" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | LICENSE = "LGPLv2.1+" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 11 | |
| 12 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ |
| 13 | " |
Andrew Geissler | b7d2861 | 2020-07-24 16:15:54 -0500 | [diff] [blame] | 14 | SRC_URI[md5sum] = "97c87da9930e8e70fbfc8e2bcd031554" |
| 15 | SRC_URI[sha256sum] = "7f1c687c7831499bcacae5e8675945a39bacbad16ecaa945e9454a32df653c01" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 16 | |
| 17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 18 | |
| 19 | inherit meson lib_package pkgconfig |
| 20 | |
Andrew Geissler | 635e0e4 | 2020-08-21 15:58:33 -0500 | [diff] [blame] | 21 | CVE_PRODUCT = "gnu_fribidi fribidi" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |