]> git.ipfire.org Git - ipfire-3.x.git/blob - libyaml/libyaml.nm
pcre: Update to 8.41
[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.1.3
8 release = 2
9
10 groups = System/Libraries
11 url = http://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 =
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 end
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end