buildroot/package/nginx-dav-ext/nginx-dav-ext.mk
Adam Duskett 3c9e70bbe9 nginx-dav-ext: bump to v0.1.0
Also update the license file location and add a hash for the license file.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-12-06 22:57:55 +01:00

14 lines
439 B
Makefile

################################################################################
#
# nginx-dav-ext
#
################################################################################
NGINX_DAV_EXT_VERSION = v0.1.0
NGINX_DAV_EXT_SITE = $(call github,arut,nginx-dav-ext-module,$(NGINX_DAV_EXT_VERSION))
NGINX_DAV_EXT_LICENSE = BSD-2-Clause
NGINX_DAV_EXT_LICENSE_FILES = LICENSE
NGINX_DAV_EXT_DEPENDENCIES = expat
$(eval $(generic-package))