easyconfigs-it4i/f/Firefox/Firefox-44.0.2.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

33 lines
958 B
Plaintext

# 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 = {'name': 'dummy', 'version': ''}
source_urls = [
'https://ftp.mozilla.org/pub/firefox/releases/%(version)s/linux-x86_64/en-US/']
sources = [SOURCELOWER_TAR_BZ2]
sanity_check_paths = {
'files': ['firefox'],
'dirs': []
}
# add the installation dir to PATH
modextrapaths = {
'PATH': "",
}
moduleclass = 'tools'