]> git.ipfire.org Git - ipfire-3.x.git/blob - libaio/libaio.nm
mc: Proper harden consaver binary
[ipfire-3.x.git] / libaio / libaio.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libaio
7 version = 0.3.113
8 release = 1
9
10 groups = System/Libraries
11 url = https://pagure.io/libaio
12 license = LGPLv2+
13 summary = Linux-native asynchronous I/O access library
14
15 description
16 The Linux-native asynchronous I/O facility (async I/O, or aio)
17 has a richer API and capability set than the simple POSIX async I/O
18 facility. This library, libaio, provides the Linux-native API for
19 async I/O. The POSIX async I/O facility requires this library in
20 order to provide kernel-accelerated async I/O capabilities, as do
21 applications which require the Linux-native async I/O API.
22 end
23
24 source_dl = https://pagure.io/libaio/archive/%{thisapp}/
25
26 build
27 requires
28 e2fsprogs-devel
29 end
30
31 # Disable LTO
32 LTO_CFLAGS =
33
34 make_install_targets += prefix=%{prefix} libdir=%{libdir} usrlibdir=%{libdir}
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end