mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
32 lines
953 B
Plaintext
32 lines
953 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'
|