]> git.ipfire.org Git - ipfire-3.x.git/blame - libyaml/libyaml.nm
libuv: New package
[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
1ef5ba37 8release = 2
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
1ef5ba37 28 export LD_LIBRARY_PATH=$(pwd)/src/.libs
802ea3af
MT
29 make check
30 end
31end
32
33packages
34 package %{name}
35 end
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end