kumquat-buildroot/package/libfribidi/libfribidi.mk
Bernd Kuhls a67ba062a0 package/libfribidi: bump version to 1.0.11
Release notes: https://github.com/fribidi/fribidi/releases/tag/v1.0.11

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-01-08 15:49:03 +01:00

19 lines
628 B
Makefile

################################################################################
#
# libfribidi
#
################################################################################
LIBFRIBIDI_VERSION = 1.0.11
LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.xz
LIBFRIBIDI_SITE = https://github.com/fribidi/fribidi/releases/download/v$(LIBFRIBIDI_VERSION)
LIBFRIBIDI_LICENSE = LGPL-2.1+
LIBFRIBIDI_LICENSE_FILES = COPYING
LIBFRIBIDI_CPE_ID_VENDOR = gnu
LIBFRIBIDI_CPE_ID_PRODUCT = fribidi
LIBFRIBIDI_INSTALL_STAGING = YES
LIBFRIBIDI_DEPENDENCIES = host-pkgconf
$(eval $(autotools-package))
$(eval $(host-autotools-package))