kumquat-buildroot/package/libfribidi/libfribidi.mk
Bernd Kuhls d45bf987b8 package/libfribidi: bump to version 1.0.13
Release notes:
https://github.com/fribidi/fribidi/releases/tag/v1.0.13

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-13 22:31:04 +02:00

19 lines
628 B
Makefile

################################################################################
#
# libfribidi
#
################################################################################
LIBFRIBIDI_VERSION = 1.0.13
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))