# IT4Innovations # LK 2023 easyblock = 'ConfigureMake' name = 'FastCGI' version = '2.4.2' homepage = 'https://github.com/FastCGI-Archives/fcgi2' description = """A High-Performance Web Server Interface """ toolchain = {'name': 'GCC', 'version': '12.2.0'} source_urls = ['https://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/'] sources = ['%(version)s.tar.gz'] checksums = ['1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc'] preconfigopts = "autoreconf -f -i && " sanity_check_paths = { 'files': ['bin/cgi-fcgi', 'include/fastcgi.h', 'lib/libfcgi++.a', 'lib/libfcgi.a'], 'dirs': ['bin', 'include', 'lib'], } moduleclass = 'bio'