kumquat-buildroot/package/libunistring/libunistring.mk
Baruch Siach 5af41088a4 libunistring: bump to version 0.9.9
Drop --{enable,disable}-threads; threading support is detected
automatically.

Add GPLv3 license file.

Add license files hash.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-30 10:55:09 +02:00

16 lines
520 B
Makefile

################################################################################
#
# libunistring
#
################################################################################
LIBUNISTRING_VERSION = 0.9.9
LIBUNISTRING_SITE = $(BR2_GNU_MIRROR)/libunistring
LIBUNISTRING_SOURCE = libunistring-$(LIBUNISTRING_VERSION).tar.xz
LIBUNISTRING_INSTALL_STAGING = YES
LIBUNISTRING_LICENSE = LGPL-3.0+ or GPL-2.0
LIBUNISTRING_LICENSE_FILES = COPYING COPYING.LIB
$(eval $(autotools-package))
$(eval $(host-autotools-package))