You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
647 B
24 lines
647 B
################################################################################
|
|
#
|
|
# lua-curl
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CURL_VERSION = git
|
|
LUA_CURL_DIR = lua-curlv3.$(LUA_CURL_VERSION)
|
|
LUA_CURL_SOURCE = lua-curlv3.$(LUA_CURL_VERSION)
|
|
LUA_CURL_SITE = https://github.com/lua-curl
|
|
|
|
LUA_CURL_DEPENDENCIES = libcurl lua
|
|
|
|
LUA_CURL_MAKE_ENV = \
|
|
$(TARGET_CONFIGURE_ENV)
|
|
|
|
LUA_CURL_MAKE_OPTS = \
|
|
LIBDIR=$(TARGET_libdir) \
|
|
LUA_INC=$(TARGET_includedir) \
|
|
LUA_CMOD=$(libdir)/lua/$(LUA_ABIVERSION) \
|
|
LUA_LMOD=$(datadir)/lua/$(LUA_ABIVERSION)
|
|
|
|
lua-curl: | $(TARGET_DIR)
|
|
$(call generic-package)
|
|
|