summaryrefslogtreecommitdiffstats
path: root/package/luacrypto/luacrypto.mk
blob: f6fcc787e17278889fb479942bde26fa504727d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# 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))
OpenPOWER on IntegriCloud