blob: b2ef77349a3daa493432e290fef4d8fbea3ddad3 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "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. "
Andrew Geissler82c905d2020-04-13 13:39:40 -05006SECTION = "libs"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06007HOMEPAGE = "http://fribidi.org/"
8BUGTRACKER = "https://github.com/fribidi/fribidi/issues"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009LICENSE = "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 "
Andrew Geisslerb7d28612020-07-24 16:15:54 -050014SRC_URI[md5sum] = "97c87da9930e8e70fbfc8e2bcd031554"
15SRC_URI[sha256sum] = "7f1c687c7831499bcacae5e8675945a39bacbad16ecaa945e9454a32df653c01"
Andrew Geissler82c905d2020-04-13 13:39:40 -050016
17UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
18
19inherit meson lib_package pkgconfig
20
Andrew Geissler635e0e42020-08-21 15:58:33 -050021CVE_PRODUCT = "gnu_fribidi fribidi"
Andrew Geissler82c905d2020-04-13 13:39:40 -050022
23BBCLASSEXTEND = "native nativesdk"