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