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

31 lines
764 B
Plaintext

##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Author: Stephane Thiell <sthiell@stanford.edu>
###
easyblock = 'ConfigureMake'
name = 'FLAC'
version = '1.3.1'
homepage = 'https://xiph.org/flac/'
description = """Programs and libraries for working with Free Lossless Audio Codec (FLAC) files."""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCELOWER_TAR_XZ]
source_urls = ['http://downloads.xiph.org/releases/flac/']
# use of assembly routines requires a recent binutils
#builddependencies = [('binutils', '2.25', '', ('GCC', '4.9.2'))]
runtest = 'check'
sanity_check_paths = {
'files': ['bin/flac', 'include/FLAC/all.h', 'lib/libFLAC.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'data'