3c9e70bbe9
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>
14 lines
439 B
Makefile
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))
|