]> git.ipfire.org Git - ipfire-3.x.git/blob - libapr/libapr.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / libapr / libapr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libapr
7 version = 1.5.2
8 release = 1
9 thisapp = apr-%{version}
10
11 groups = System/Libraries
12 url = ttp://apr.apache.org/
13 license = ASL 2.0
14 summary = Apache Portable Runtime library.
15
16 description
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.
20 end
21
22 source_dl = http://www.apache.org/dist/apr/
23
24 build
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
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-devel
42 template DEVEL
43
44 files += \
45 /usr/bin \
46 /usr/share
47 end
48 end