mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
477 B
Plaintext
22 lines
477 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libyaml'
|
|
version = '0.2.1'
|
|
|
|
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'
|