summaryrefslogtreecommitdiffstats
path: root/package/luacrypto
diff options
context:
space:
mode:
Diffstat (limited to 'package/luacrypto')
-rw-r--r--package/luacrypto/Config.in11
-rw-r--r--package/luacrypto/luacrypto.hash3
-rw-r--r--package/luacrypto/luacrypto.mk12
3 files changed, 0 insertions, 26 deletions
diff --git a/package/luacrypto/Config.in b/package/luacrypto/Config.in
deleted file mode 100644
index cc5a8803a5..0000000000
--- a/package/luacrypto/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_LUACRYPTO
- bool "luacrypto"
- select BR2_PACKAGE_OPENSSL
- help
- LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
- library.
- The OpenSSL features that are currently exposed are digests
- (MD5, SHA-1, HMAC, and more) and crypto-grade random number
- generators communication.
-
- http://mkottman.github.com/luacrypto/
diff --git a/package/luacrypto/luacrypto.hash b/package/luacrypto/luacrypto.hash
deleted file mode 100644
index 5d600b0547..0000000000
--- a/package/luacrypto/luacrypto.hash
+++ /dev/null
@@ -1,3 +0,0 @@
-# computed by luarocks/buildroot
-sha256 dc935c923b8851208d5d504b343448a9d5bd3e537bb8657875f12d72155600b8 luacrypto-0.3.2-1.src.rock
-sha256 f97651bcb248dff32f121ef7a904617b9252d80f4b911e4476806c512a268fa9 luacrypto-0.3.2/COPYING
diff --git a/package/luacrypto/luacrypto.mk b/package/luacrypto/luacrypto.mk
deleted file mode 100644
index b6dbb9999f..0000000000
--- a/package/luacrypto/luacrypto.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-################################################################################
-#
-# luacrypto
-#
-################################################################################
-
-LUACRYPTO_VERSION = 0.3.2-1
-LUACRYPTO_LICENSE = MIT
-LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
-LUACRYPTO_DEPENDENCIES = openssl
-
-$(eval $(luarocks-package))
OpenPOWER on IntegriCloud