1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 21:29:05 +00:00
Files
operating-system/buildroot/package/libfcgi/libfcgi.mk
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +02:00

16 lines
437 B
Makefile

################################################################################
#
# libfcgi
#
################################################################################
LIBFCGI_VERSION = 2.4.0
LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz
LIBFCGI_SITE = http://www.fastcgi.com/dist
LIBFCGI_LICENSE = OML
LIBFCGI_LICENSE_FILES = LICENSE.TERMS
LIBFCGI_INSTALL_STAGING = YES
LIBFCGI_AUTORECONF = YES
$(eval $(autotools-package))