]> git.ipfire.org Git - ipfire-3.x.git/blame - expat/expat.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / expat / expat.nm
CommitLineData
edd88eee 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
edd88eee
MT
4###############################################################################
5
802ea3af 6name = expat
3019d498 7version = 2.5.0
fb0b5f5a 8release = 1.1
edd88eee 9
802ea3af 10groups = System/Libraries
3019d498 11url = https://www.libexpat.org/
802ea3af 12license = MIT
3019d498 13summary = An XML parser library
edd88eee 14
802ea3af 15description
dedd5929
MT
16 This is expat, the C library for parsing XML, written by James Clark. Expat
17 is a stream oriented XML parser. This means that you register handlers with
18 the parser prior to starting the parse. These handlers are called when the
19 parser discovers the associated structures in the document being parsed. A
20 start tag is an example of the kind of structures for which you may
edd88eee 21 register handlers.
802ea3af
MT
22end
23
3019d498
MT
24source_dl = https://github.com/libexpat/libexpat/releases/download/R_2_5_0/
25sources = %{thisapp}.tar.xz
26
27build
28 test
29 make check
30 end
31end
802ea3af
MT
32
33packages
34 package %{name}
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