package/utf8proc: new package

Needed for subversion 1.12.x:
472355d159

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2019-09-29 17:36:03 +02:00 committed by Thomas Petazzoni
parent edee45b843
commit 135267f81d
5 changed files with 25 additions and 0 deletions

View File

@ -428,6 +428,7 @@ F: package/tor/
F: package/transmission/
F: package/tvheadend/
F: package/unixodbc/
F: package/utf8proc/
F: package/vdr/
F: package/vdr-plugin-vnsiserver/
F: package/vlc/

View File

@ -1827,6 +1827,7 @@ menu "Text and terminal handling"
source "package/readline/Config.in"
source "package/slang/Config.in"
source "package/tclap/Config.in"
source "package/utf8proc/Config.in"
endmenu
endmenu

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_UTF8PROC
bool "utf8proc"
help
A clean C library for processing UTF-8 Unicode data.
https://juliastrings.github.io/utf8proc

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7 utf8proc-2.4.0.tar.gz
sha256 6acb7a86aca74317c6b4dddc2eadeb53bededb95a94a48c3fcd517f4473a653d LICENSE.md

View File

@ -0,0 +1,14 @@
################################################################################
#
# utf8proc
#
################################################################################
UTF8PROC_VERSION = 2.4.0
UTF8PROC_SITE = $(call github,JuliaStrings,utf8proc,v$(UTF8PROC_VERSION))
UTF8PROC_LICENSE = MIT
UTF8PROC_LICENSE_FILES = LICENSE.md
UTF8PROC_INSTALL_STAGING = YES
UTF8PROC_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))