mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 23:37:17 +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))
|