mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
29 lines
794 B
Plaintext
29 lines
794 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libsndfile'
|
|
version = '1.0.28'
|
|
|
|
homepage = 'http://www.mega-nerd.com/libsndfile'
|
|
description = """Libsndfile is a C library for reading and writing files containing sampled sound
|
|
(such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://www.mega-nerd.com/libsndfile/files/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9']
|
|
|
|
builddependencies = [('binutils', '2.29')]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/sndfile.h',
|
|
'include/sndfile.hh',
|
|
'lib/libsndfile.a',
|
|
'lib/libsndfile.%s' %
|
|
SHLIB_EXT],
|
|
'dirs': ['bin'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|