0c6b1c24d1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
480 B
Makefile
15 lines
480 B
Makefile
################################################################################
|
|
#
|
|
# luacrypto
|
|
#
|
|
################################################################################
|
|
|
|
LUACRYPTO_VERSION_UPSTREAM = 0.3.2
|
|
LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1
|
|
LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM)
|
|
LUACRYPTO_LICENSE = MIT
|
|
LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
|
|
LUACRYPTO_DEPENDENCIES = luainterpreter openssl
|
|
|
|
$(eval $(luarocks-package))
|