]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libyaml/libyaml.nm
libpng: Update to 1.6.10.
[people/ms/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
MT
6name = libyaml
7version = 0.1.3
8release = 1
71d6aa99 9
802ea3af
MT
10groups = System/Libraries
11url = http://pyyaml.org/
12license = MIT
13summary = YAML 1.1 parser and emitter written in C.
71d6aa99 14
802ea3af 15description
71d6aa99
SS
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.
802ea3af
MT
19end
20
21source_dl =
22sources = yaml-%{version}.tar.gz
23
24build
25 DIR_APP = %{DIR_SRC}/yaml-%{version}
26
27 test
28 make check
29 end
30end
31
32packages
33 package %{name}
34 end
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