11 lines
315 B
Makefile
11 lines
315 B
Makefile
################################################################################
|
|
#
|
|
# nginx-naxsi
|
|
#
|
|
################################################################################
|
|
|
|
NGINX_RTMP_VERSION = v1.2.1
|
|
NGINX_RTMP_SITE = $(call github,arut,nginx-rtmp-module,$(NGINX_RTMP_VERSION))
|
|
|
|
$(eval $(generic-package))
|