mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/luaossl/luaossl.mk
Normal file
14
package/luaossl/luaossl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaossl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAOSSL_VERSION_UPSTREAM = 20190612
|
||||
LUAOSSL_VERSION = $(LUAOSSL_VERSION_UPSTREAM)-0
|
||||
LUAOSSL_SUBDIR = luaossl-rel-$(LUAOSSL_VERSION_UPSTREAM)
|
||||
LUAOSSL_LICENSE = MIT
|
||||
LUAOSSL_LICENSE_FILES = $(LUAOSSL_SUBDIR)/LICENSE
|
||||
LUAOSSL_DEPENDENCIES = openssl
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user