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