]> git.ipfire.org Git - ipfire-3.x.git/blob - apr-util/apr-util.nm
pcengines-firmware: update to 4.9.0.7
[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.5.4
8 release = 1
9
10 groups = System/Libraries
11 url = http://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
24 build
25 requires
26 autoconf
27 libdb-devel
28 expat-devel
29 libapr-devel
30 libuuid-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
40 install_cmds
41 # Remove unneeded file.
42 rm -rvf %{BUILDROOT}/usr/lib/aprutil.exp
43 end
44 end
45
46 packages
47 package %{name}
48
49 package %{name}-openssl
50 summary = APR utility library OpenSSL crytpo support.
51 description = %{summary}
52
53 requires
54 apr-util = %{thisver}
55 end
56
57 files = %{libdir}/apr-util*/apr_crypto_openssl*
58 end
59
60 package %{name}-devel
61 template DEVEL
62 end
63
64 package %{name}-debuginfo
65 template DEBUGINFO
66 end
67 end