easyconfigs-it4i/b/bzip2/bzip2-1.0.6-foss-2015g.eb
2017-03-09 11:57:40 +01:00

17 lines
620 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-06-29_19-09-07
name = 'bzip2'
version = '1.0.6'
homepage = 'http://www.bzip.org/'
description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically
compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical
compressors), whilst being around twice as fast at compression and six times faster at decompression."""
toolchain = {'name': 'foss', 'version': '2015g'}
toolchainopts = {'pic': True}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.bzip.org/%(version)s/']
moduleclass = 'tools'