ipfire-3.x/libyaml/libyaml.nm

44 lines
1.0 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libyaml
version = 0.2.5
release = 1.1
groups = System/Libraries
url = https://pyyaml.org/
license = MIT
summary = YAML 1.1 parser and emitter written in C.
description
YAML is a data serialization format designed for human readability
and interaction with scripting languages. LibYAML is a YAML parser
and emitter written in C.
end
source_dl = https://pyyaml.org/download/libyaml/
sources = yaml-%{version}.tar.gz
build
DIR_APP = %{DIR_SRC}/yaml-%{version}
test
export LD_LIBRARY_PATH=$(pwd)/src/.libs
make check
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end