]> git.ipfire.org Git - ipfire-3.x.git/blob - apr-util/apr-util.nm
Merge remote-tracking branch 'stevee/ebtables'
[ipfire-3.x.git] / apr-util / apr-util.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = apr-util
7 version = 1.4.1
8 release = 1
9
10 groups = System/Libraries
11 url = ttp://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 = http://www.apache.org/dist/apr/
22
23 build
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
45 end
46
47 packages
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
71 end