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