# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild # Author: Pablo Escobar Lopez # sciCORE - University of Basel # SIB Swiss Institute of Bioinformatics easyblock = 'Tarball' name = 'Firefox' version = '44.0.2' homepage = 'https://www.mozilla.org/en-US/firefox/new/' description = """Firefox is a free, open source Web browser for Windows, Linux and Mac OS X. It is based on the Mozilla code base and offers customization options and features such as its capability to block pop-up windows, tabbed browsing, privacy and security measures, smart searching, and RSS live bookmarks.""" toolchain = SYSTEM source_urls = [ 'https://ftp.mozilla.org/pub/firefox/releases/%(version)s/linux-x86_64/en-US/'] sources = [SOURCELOWER_TAR_BZ2] checksums = ['a4b439e28274feb4bf5494ba180143e6b8617428a63d11fa2fd0e650dda41908'] sanity_check_paths = { 'files': ['firefox'], 'dirs': [] } # add the installation dir to PATH modextrapaths = { 'PATH': "", } moduleclass = 'tools'