easyconfigs-it4i/s/SoX/SoX-14.4.2-GCCcore-11.3.0.eb
2022-12-01 08:47:49 +01:00

36 lines
955 B
Plaintext

# IT4Innovations 2022
# JK
easyblock = 'ConfigureMake'
name = 'SoX'
version = '14.4.2'
homepage = 'http://sox.sourceforge.net/'
docurls = 'http://sox.sourceforge.net/Docs/Documentation'
description = """Sound eXchange, the Swiss Army knife of audio manipulation"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c']
builddependencies = [('binutils', '2.38')]
dependencies = [
('FLAC', '1.3.4'),
('LAME', '3.100'),
('libmad', '0.15.1b'),
('libvorbis', '1.3.7'),
('FFmpeg', '5.0.1'),
]
sanity_check_paths = {
'files': ['bin/play', 'bin/rec', 'bin/sox', 'bin/soxi', 'include/sox.h',
'lib/libsox.la', 'lib/libsox.a', 'lib/pkgconfig/sox.pc', 'lib/libsox.%s' % SHLIB_EXT],
'dirs': ['bin', 'include', 'lib', 'lib/pkgconfig', 'share/man'],
}
moduleclass = 'data'