gluon/package/gluon-config-api-core/Makefile

17 lines
443 B
Makefile
Raw Normal View History

2021-08-11 00:23:08 +00:00
# Copyright (C) 2021 Leonardo Moerlein <me at irrelefant.net>
# This is free software, licensed under the Apache 2.0 license.
include $(TOPDIR)/rules.mk
2021-08-11 23:41:37 +00:00
PKG_NAME:=gluon-config-api-core
2021-08-11 00:23:08 +00:00
PKG_VERSION:=1
include ../gluon.mk
2021-08-11 23:41:37 +00:00
define Package/gluon-config-api-core
2021-08-11 00:23:08 +00:00
TITLE:=Provides a REST API to configure the gluon node
DEPENDS:=+gluon-web +uhttpd +libucl +gluon-config-mode-core
2021-08-11 00:23:08 +00:00
endef
2021-08-11 23:41:37 +00:00
$(eval $(call BuildPackageGluon,gluon-config-api-core))