mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
454 B
Plaintext
20 lines
454 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libyaml'
|
|
version = '0.1.7'
|
|
|
|
homepage = 'http://pyyaml.org/wiki/LibYAML'
|
|
description = """LibYAML is a YAML 1.1 parser and emitter written in C."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['yaml-%(version)s.tar.gz']
|
|
source_urls = ['http://pyyaml.org/download/libyaml/']
|
|
|
|
sanity_check_paths = {
|
|
'files': ["include/yaml.h", "lib/libyaml.a", "lib/libyaml.%s" % SHLIB_EXT],
|
|
'dirs': ["lib/pkgconfig"]
|
|
}
|
|
|
|
moduleclass = 'lib'
|