1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = System/Libraries
11 url = https://www.libexpat.org/
13 summary = An XML parser library
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
24 # This project is hosted on GitHub
25 github_organization = libexpat
26 github_project = libexpat
27 github_version = R_2_7_1
29 source_dl = %{github_download_url}
30 sources = %{thisapp}.tar.xz
45 package %{name}-debuginfo