]> git.ipfire.org Git - ipfire-3.x.git/blob - apr/apr.nm
apr: Update to version 1.7.4
[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 = 1
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 end
27
28 configure_options += \
29 --disable-static \
30 --with-installbuilddir=/usr/share/apr-1/build
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end