]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - expat/expat.nm
Merge remote-tracking branch 'stevee/isdn4k-utils'
[people/arne_f/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
MT
6name = expat
7version = 2.0.1
e5e11179 8release = 2
edd88eee 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.libexpat.org/
12license = MIT
13summary = An XML parser library.
edd88eee 14
802ea3af 15description
edd88eee
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 \
21 register handlers.
802ea3af
MT
22end
23
24source_dl =
25
26build
27 configure_options += \
e5e11179 28 --libdir=/%{lib}
802ea3af
MT
29
30 install_cmds
e5e11179
MT
31 rm -vf %{BUILDROOT}/%{lib}/libexpat.so
32 mkdir -pv %{BUILDROOT}%{libdir}
33 ln -svf ../../%{lib}/libexpat.so.1 %{BUILDROOT}%{libdir}/libexpat.so
802ea3af
MT
34 end
35end
36
37packages
38 package %{name}
39 end
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end