]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libyaml/libyaml.nm
420920d64c7504e3e0db82d2887c71e77919f9d3
[people/amarx/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 = 1
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 make check
29 end
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39 end