buildroot/package/erlang-p1-stringprep/erlang-p1-stringprep.mk
Johan Oudinet 2e0b410c87 erlang-stringprep: Bump to version 1.0.10
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-17 22:27:53 +01:00

14 lines
544 B
Makefile

################################################################################
#
# 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))