diff options
Diffstat (limited to 'meta/recipes-support/fribidi/fribidi_1.0.13.bb')
| -rw-r--r-- | meta/recipes-support/fribidi/fribidi_1.0.13.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/fribidi/fribidi_1.0.13.bb b/meta/recipes-support/fribidi/fribidi_1.0.13.bb new file mode 100644 index 0000000000..cdcac9315b --- /dev/null +++ b/meta/recipes-support/fribidi/fribidi_1.0.13.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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" | ||
| 9 | LICENSE = "LGPL-2.1-or-later" | ||
| 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 | " | ||
| 14 | SRC_URI[sha256sum] = "7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2" | ||
| 15 | |||
| 16 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | ||
| 17 | |||
| 18 | inherit meson lib_package pkgconfig | ||
| 19 | |||
| 20 | CVE_PRODUCT = "gnu_fribidi fribidi" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
