mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 09:13:01 +02:00
20 lines
654 B
Makefile
20 lines
654 B
Makefile
################################################################################
|
|
#
|
|
# Rousette RESTconf server
|
|
#
|
|
################################################################################
|
|
ROUSETTE_VERSION = v2
|
|
ROUSETTE_SITE = $(call github,CESNET,rousette,$(ROUSETTE_VERSION))
|
|
ROUSETTE_LICENSE = Apache-2.0
|
|
ROUSETTE_LICENSE_FILES = LICENSE
|
|
ROUSETTE_DEPENDENCIES = boost docopt-cpp nghttp2-asio spdlog sysrepo-cpp linux-pam date-cpp
|
|
|
|
ROUSETTE_CONF_OPTS = \
|
|
-DTESTAR=on \
|
|
-DTHREADS_PTHREAD_ARG:STRING=-pthread
|
|
|
|
define ROUSETTE_USERS
|
|
yangnobody 333666 yangnobody 333666 * - - - Unauthenticated operations via RESTCONF
|
|
endef
|
|
$(eval $(cmake-package))
|