549c09b627
some CMake stuff comes from LuaDist, but CMake is not the primary build infrastructure of LuaCrypto. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# luacrypto
|
|
#
|
|
################################################################################
|
|
|
|
LUACRYPTO_VERSION = 0.3.2
|
|
LUACRYPTO_SITE = http://github.com/mkottman/luacrypto/tarball/$(LUACRYPTO_VERSION)
|
|
LUACRYPTO_LICENSE = MIT
|
|
LUACRYPTO_LICENSE_FILES = COPYING
|
|
LUACRYPTO_DEPENDENCIES = lua openssl host-pkgconf
|
|
LUACRYPTO_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|