]> git.ipfire.org Git - ipfire-3.x.git/blame - libapr/libapr.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / libapr / libapr.nm
CommitLineData
affb23ba
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libapr
3c22c38c 7version = 1.5.2
affb23ba
SS
8release = 1
9thisapp = apr-%{version}
10
11groups = System/Libraries
12url = ttp://apr.apache.org/
13license = ASL 2.0
14summary = Apache Portable Runtime library.
15
16description
17 The mission of the Apache Portable Runtime (APR) is to provide a
18 free library of C data structures and routines, forming a system
19 portability layer to as many operating systems as possible.
20end
21
22source_dl = http://www.apache.org/dist/apr/
23
24build
25 requires
26 libuuid-devel
27 end
28
29 configure_options += \
30 --with-devrandom=/dev/urandom
31
32 install_cmds
33 # Remove unneded file.
34 rm -rvf %{BUILDROOT}/usr/lib/apr.exp
35 end
36end
37
38packages
39 package %{name}
40
41 package %{name}-devel
42 template DEVEL
43
44 files += \
45 /usr/bin \
46 /usr/share
47 end
48end