]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - apr-util/apr-util.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / apr-util / apr-util.nm
CommitLineData
a04b5b0c
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = apr-util
7version = 1.4.1
76dd5f8a 8release = 2
a04b5b0c
SS
9
10groups = System/Libraries
76dd5f8a 11url = http://apr.apache.org/
a04b5b0c
SS
12license = ASL 2.0
13summary = Apache Portable Runtime library.
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
21source_dl = http://www.apache.org/dist/apr/
22
23build
24 requires
25 autoconf
26 db4-devel
27 expat-devel
28 libapr-devel
29 libuuid-devel
30 nss-devel
31 openssl-devel
32 end
33
34 configure_options += \
35 --with-apr=/usr \
36 --with-berkeley-db \
37 --with-crypto \
38 --with-openssl \
39 --with-nss
40
41 install_cmds
42 # Remove unneeded file.
43 rm -rvf %{BUILDROOT}/usr/lib/aprutil.exp
44 end
45end
46
47packages
48 package %{name}
49
50 package %{name}-nss
51 summary = APR utility library NSS crytpo support.
52 description = %{summary}
53
54 requires = apr-util=%{thisver}
55
56 files = /usr/lib/apr-util*/apr_crypto_nss*
57 end
58
59 package %{name}-openssl
60 summary = APR utility library OpenSSL crytpo support.
61 description = %{summary}
62
63 requires = apr-util=%{thisver}
64
65 files = /usr/lib/apr-util*/apr_crypto_openssl*
66 end
67
68 package %{name}-devel
69 template DEVEL
70 end
71end