]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - apr/apr.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / apr / apr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = apr
7 version = 1.7.4
8 release = 2
9
10 groups = System/Libraries
11 url = https://apr.apache.org/
12 license = ASL 2.0
13 summary = Apache Portable Runtime library
14
15 description
16 The mission of the Apache Portable Runtime (APR) is to provide a
17 free library of C data structures and routines, forming a system
18 portability layer to as many operating systems as possible.
19 end
20
21 source_dl = https://www.apache.org/dist/apr/
22
23 build
24 requires
25 libuuid-devel
26 libxcrypt-devel
27 end
28
29 configure_options += \
30 --disable-static \
31 --with-installbuilddir=/usr/share/apr-1/build
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end