e9beb4aea5
The luarocks package infrastructure already adds a dependency on luainterpreter, so it is not necessary to add it in luacrypto. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
465 B
Makefile
15 lines
465 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 = openssl
|
|
|
|
$(eval $(luarocks-package))
|