mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
28 lines
639 B
Plaintext
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'
|