This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_LIBUNISTRING
bool "libunistring"
depends on BR2_USE_WCHAR
help
The libunistring library provides functions for manipulating
Unicode strings and for manipulating C strings according to
the Unicode standard.
http://www.gnu.org/software/libunistring/
comment "libunistring needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR

View File

@@ -0,0 +1,6 @@
# Locally calculated after checking pgp signature
# https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.xz.sig
sha256 eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7 libunistring-0.9.10.tar.xz
# Locally calculated
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c COPYING.LIB

View File

@@ -0,0 +1,15 @@
################################################################################
#
# libunistring
#
################################################################################
LIBUNISTRING_VERSION = 0.9.10
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))