]> git.ipfire.org Git - ipfire-3.x.git/blob - expat/expat.nm
Merge remote-tracking branch 'maniacikarus/samba'
[ipfire-3.x.git] / expat / expat.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = expat
7 version = 2.0.1
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.libexpat.org/
12 license = MIT
13 summary = An XML parser library.
14
15 description
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.
22 end
23
24 source_dl =
25
26 build
27 configure_options += \
28 --libdir=/%{lib}
29
30 install_cmds
31 rm -vf %{BUILDROOT}/%{lib}/libexpat.so
32 mkdir -pv %{BUILDROOT}%{libdir}
33 ln -svf ../../%{lib}/libexpat.so.1 %{BUILDROOT}%{libdir}/libexpat.so
34 end
35 end
36
37 packages
38 package %{name}
39 end
40
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end