Add buildroot 2018-02
This commit is contained in:
11
buildroot/package/erlang-p1-stringprep/Config.in
Normal file
11
buildroot/package/erlang-p1-stringprep/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
comment "erlang-p1-stringprep needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
config BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
||||
bool "erlang-p1-stringprep"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||
help
|
||||
Erlang interface to stringprep
|
||||
|
||||
https://github.com/processone/stringprep
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 baef9e6bd59e00c9d2600e8db87078c19d76cbf66d5068efeaf1df740ee306ce erlang-p1-stringprep-1.0.10.tar.gz
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-stringprep
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_STRINGPREP_VERSION = 1.0.10
|
||||
ERLANG_P1_STRINGPREP_SITE = $(call github,processone,stringprep,$(ERLANG_P1_STRINGPREP_VERSION))
|
||||
ERLANG_P1_STRINGPREP_LICENSE = TCL (tools/*.tcl), Apache-2.0 (rest)
|
||||
ERLANG_P1_STRINGPREP_LICENSE_FILES = LICENSE.ALL LICENSE.TCL LICENSE.txt
|
||||
ERLANG_P1_STRINGPREP_DEPENDENCIES = erlang-p1-utils
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user