mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/libunistring/Config.in
Normal file
12
package/libunistring/Config.in
Normal 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
|
||||
6
package/libunistring/libunistring.hash
Normal file
6
package/libunistring/libunistring.hash
Normal 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
|
||||
15
package/libunistring/libunistring.mk
Normal file
15
package/libunistring/libunistring.mk
Normal 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))
|
||||
Reference in New Issue
Block a user