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 = ttp://apr.apache.org/
13 summary = Apache Portable Runtime library.
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.
21 source_dl = http://www.apache.org/dist/apr/
34 configure_options += \
42 # Remove unneeded file.
43 rm -rvf %{BUILDROOT}/usr/lib/aprutil.exp
51 summary = APR utility library NSS crytpo support.
52 description = %{summary}
54 requires = apr-util=%{thisver}
56 files = /usr/lib/apr-util*/apr_crypto_nss*
59 package %{name}-openssl
60 summary = APR utility library OpenSSL crytpo support.
61 description = %{summary}
63 requires = apr-util=%{thisver}
65 files = /usr/lib/apr-util*/apr_crypto_openssl*