mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 21:29:05 +00:00
16 lines
437 B
Makefile
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))
|