1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-27 13:41:06 +00:00
Files
operating-system/buildroot/package/libcgi/libcgi.mk
2018-03-17 23:47:00 +00:00

14 lines
369 B
Makefile

################################################################################
#
# libcgi
#
################################################################################
LIBCGI_VERSION = 1.1
LIBCGI_SITE = https://github.com/rafaelsteil/libcgi/releases/download/v$(LIBCGI_VERSION)
LIBCGI_INSTALL_STAGING = YES
LIBCGI_LICENSE = LGPL-2.1+
$(eval $(cmake-package))