]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - apr/apr.nm
python3-docutils: Update to version 0.20.1
[people/pmueller/ipfire-3.x.git] / apr / apr.nm
CommitLineData
affb23ba
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
7582d7c0 6name = apr
eb3618b4 7version = 1.7.4
76b28d71 8release = 2
affb23ba
SS
9
10groups = System/Libraries
7582d7c0 11url = https://apr.apache.org/
affb23ba 12license = ASL 2.0
7582d7c0 13summary = Apache Portable Runtime library
affb23ba
SS
14
15description
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.
19end
20
7582d7c0 21source_dl = https://www.apache.org/dist/apr/
affb23ba
SS
22
23build
24 requires
25 libuuid-devel
76b28d71 26 libxcrypt-devel
affb23ba
SS
27 end
28
29 configure_options += \
eb3618b4
AB
30 --disable-static \
31 --with-installbuilddir=/usr/share/apr-1/build
affb23ba
SS
32end
33
34packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
7582d7c0 39 end
affb23ba 40
7582d7c0
MT
41 package %{name}-debuginfo
42 template DEBUGINFO
affb23ba
SS
43 end
44end