kumquat-buildroot/package/libfribidi/libfribidi.mk
Bernd Kuhls 60c902afba package/libfribidi: bump version to 1.0.5
Added license hash, switched _SITE to github.

Removed --with-glib=no, glib support was removed upstream:
03ba9fc535

Autoreconf is not needed anymore after upstream fixed
https://github.com/fribidi/fribidi/issues/35

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-07-14 16:08:15 +02:00

16 lines
527 B
Makefile

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