]> git.ipfire.org Git - ipfire-3.x.git/blame - apr-util/apr-util.nm
kernel: Update to 5.1
[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
1f10c4d1
AM
7version = 1.5.4
8release = 1
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
1f10c4d1 23
a04b5b0c
SS
24build
25 requires
26 autoconf
221945a5 27 libdb-devel
a04b5b0c
SS
28 expat-devel
29 libapr-devel
30 libuuid-devel
a04b5b0c
SS
31 openssl-devel
32 end
33
34 configure_options += \
35 --with-apr=/usr \
36 --with-berkeley-db \
37 --with-crypto \
221945a5 38 --with-openssl
a04b5b0c
SS
39
40 install_cmds
41 # Remove unneeded file.
42 rm -rvf %{BUILDROOT}/usr/lib/aprutil.exp
43 end
44end
45
46packages
47 package %{name}
48
a04b5b0c
SS
49 package %{name}-openssl
50 summary = APR utility library OpenSSL crytpo support.
51 description = %{summary}
52
221945a5
MT
53 requires
54 apr-util = %{thisver}
55 end
a04b5b0c 56
221945a5 57 files = %{libdir}/apr-util*/apr_crypto_openssl*
a04b5b0c
SS
58 end
59
60 package %{name}-devel
61 template DEVEL
62 end
221945a5
MT
63
64 package %{name}-debuginfo
65 template DEBUGINFO
66 end
a04b5b0c 67end