ef37aaf56c
The hash of the license file is changed due to the following modification: -2015-2018 Daurnimator <quae@daurnimator.com> +2015-2019 Daurnimator <quae@daurnimator.com> Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
450 B
Makefile
15 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# luaossl
|
|
#
|
|
################################################################################
|
|
|
|
LUAOSSL_VERSION_UPSTREAM = 20190612
|
|
LUAOSSL_VERSION = $(LUAOSSL_VERSION_UPSTREAM)-0
|
|
LUAOSSL_SUBDIR = luaossl-rel-$(LUAOSSL_VERSION_UPSTREAM)
|
|
LUAOSSL_LICENSE = MIT
|
|
LUAOSSL_LICENSE_FILES = $(LUAOSSL_SUBDIR)/LICENSE
|
|
LUAOSSL_DEPENDENCIES = openssl
|
|
|
|
$(eval $(luarocks-package))
|