generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/nginx-dav-ext/Config.in
Normal file
8
package/nginx-dav-ext/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_NGINX_DAV_EXT
|
||||
bool "nginx-dav-ext"
|
||||
depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
|
||||
select BR2_PACKAGE_LIBXSLT
|
||||
help
|
||||
NGINX WebDAV missing commands support (PROPFIND & OPTIONS).
|
||||
|
||||
https://github.com/arut/nginx-dav-ext-module
|
||||
3
package/nginx-dav-ext/nginx-dav-ext.hash
Normal file
3
package/nginx-dav-ext/nginx-dav-ext.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 d2499d94d82d4e4eac8425d799e52883131ae86a956524040ff2fd230ef9f859 nginx-dav-ext-3.0.0.tar.gz
|
||||
sha256 e377bb81e5024682a66438306e8ff9541d843d3831e480aec2f58eb8d83e48de LICENSE
|
||||
13
package/nginx-dav-ext/nginx-dav-ext.mk
Normal file
13
package/nginx-dav-ext/nginx-dav-ext.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# nginx-dav-ext
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NGINX_DAV_EXT_VERSION = 3.0.0
|
||||
NGINX_DAV_EXT_SITE = $(call github,arut,nginx-dav-ext-module,v$(NGINX_DAV_EXT_VERSION))
|
||||
NGINX_DAV_EXT_LICENSE = BSD-2-Clause
|
||||
NGINX_DAV_EXT_LICENSE_FILES = LICENSE
|
||||
NGINX_DAV_EXT_DEPENDENCIES = libxslt
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user