* updated wlroots (0.17.3 -> 0.18.1)
[t2sde.git] / package / filesystem / libaio / libaio.desc
blobb569074b0fa0c9f65431a789d5f6073d5fc15a18
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/libaio/libaio.desc
3 [COPY] Copyright (C) 2007 - 2024 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] Asynchronous I/O library
14 [T] AIO enables even a single application thread to overlap I/O operations
15 [T] with other processing, by providing an interface for submitting one or
16 [T] more I/O requests in one system call (io_submit()) without waiting for
17 [T] completion, and a separate interface (io_getevents()) to reap completed
18 [T] I/O operations associated with a given completion group.
20 [U] https://lse.sourceforge.net/io/aio.html
22 [A] Benjamin LaHaise <bcrl@redhat.com>
23 [M] Rene Rebe <rene@t2-project.org>
25 [F] CROSS NO-LTO.gcc
26 [C] base/development
27 [R] - blackfin
29 [L] LGPL
30 [S] Beta
31 [V] 0.3.113
32 [P] X --2--5---9 104.300
34 # guide cross compiling
35 [O] LIBAIO_ARCH="`echo $arch | arch2uname`"
36 [O] var_append makeopt ' ' "ARCH=$LIBAIO_ARCH"
37 [O] var_append makeinstopt ' ' 'prefix=/$prefix libdir=$libdir'
39 [D] 3f42948c054c6ff68d8f57cd1c3821609b1e1654c0feb511b7ec39e7 libaio-0.3.113.tar.gz https://releases.pagure.org/libaio/