# IT4Innovations 2017 easyblock = 'ConfigureMake' name = 'byacc' version = '20170509' homepage = 'http://invisible-island.net/byacc/byacc.html' description = """Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler.""" toolchain = {'name': 'dummy', 'version': ''} # version independent download ! check downloaded version ! sources = ['byacc.tar.gz'] source_urls = ['http://invisible-island.net/datafiles/release'] # checksums = ['d527c811b360f04a8c5f5a0a90625966'] sanity_check_paths = { 'files': ["bin/yacc"], 'dirs': [] } moduleclass = 'lang'