]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - libyaml/libyaml.nm
libyaml: Update to 0.2.5
[people/stevee/ipfire-3.x.git] / libyaml / libyaml.nm
CommitLineData
71d6aa99 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
71d6aa99
SS
4###############################################################################
5
802ea3af 6name = libyaml
ac38b310 7version = 0.2.5
e30ce079 8release = 1
71d6aa99 9
802ea3af 10groups = System/Libraries
ac38b310 11url = https://pyyaml.org/
802ea3af
MT
12license = MIT
13summary = YAML 1.1 parser and emitter written in C.
71d6aa99 14
802ea3af 15description
e30ce079
SS
16 YAML is a data serialization format designed for human readability
17 and interaction with scripting languages. LibYAML is a YAML parser
71d6aa99 18 and emitter written in C.
802ea3af
MT
19end
20
ac38b310 21source_dl = https://pyyaml.org/download/libyaml/
802ea3af
MT
22sources = yaml-%{version}.tar.gz
23
24build
25 DIR_APP = %{DIR_SRC}/yaml-%{version}
26
27 test
1ef5ba37 28 export LD_LIBRARY_PATH=$(pwd)/src/.libs
802ea3af
MT
29 make check
30 end
31end
32
33packages
34 package %{name}
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end