easyconfigs-it4i/s/SoX/SoX-14.4.2.eb
Lukáš Krupčík be35dd3041 new file: f/FLAC/FLAC-1.3.1.eb
new file:   m/matplotlib/matplotlib-2.1.1-Python-2.7.15.eb
	new file:   s/SoX/SoX-14.4.2.eb
	new file:   t/Tcl/Tcl-8.6.9-GCCcore-8.2.0.eb
	new file:   t/Tk/Tk-8.6.9-GCCcore-8.2.0.eb
2019-08-01 12:17:08 +02:00

28 lines
639 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'SoX'
version = '14.4.2'
homepage = 'http://http://sox.sourceforge.net/'
description = """Sound eXchange, the Swiss Army knife of audio manipulation"""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://sourceforge.net/projects/sox/files/sox/%(version)s']
# These are not strictly mandatory but add flac and mp3 support to SoX
dependencies = [
('FLAC', '1.3.1'),
('LAME', '3.100')
]
sanity_check_paths = {
'files': ['bin/sox', 'include/sox.h', 'lib/libsox.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'data'