# IT4Innovations # LK 2023 easyblock = 'ConfigureMake' name = 'Cgicc' version = '3.2.19' homepage = 'https://www.gnu.org/software/cgicc/index.html' description = """GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web """ toolchain = {'name': 'GCC', 'version': '12.2.0'} source_urls = ['http://ftp.gnu.org/gnu/cgicc/'] sources = ['cgicc-%(version)s.tar.gz'] checksums = ['2a17b976248de03447f9e36d6ce18a80749990d8543e2dfeea09c413eb67f7f0'] sanity_check_paths = { 'files': ['bin/cgicc-config', 'lib/libcgicc.a', 'lib/libcgicc.la', 'lib/libcgicc.so.3.2.10'], 'dirs': ['bin', 'include', 'lib', 'doc', 'share'], } moduleclass = 'bio'