summaryrefslogtreecommitdiffstats
path: root/libraries/libaaio/README
diff options
context:
space:
mode:
author A. Green <lynx@panix.com>2016-05-03 21:19:56 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-04 11:52:07 +0700
commitce1b6dd273244cc7f3d836b47b74e232703b047b (patch)
tree76743ed76c7d126681fdbcb9fda030efeb06d2fd /libraries/libaaio/README
parente42a8548bfa3f745ebea41edd44e8d813562224b (diff)
downloadslackbuilds-ce1b6dd273244cc7f3d836b47b74e232703b047b.tar.gz
slackbuilds-ce1b6dd273244cc7f3d836b47b74e232703b047b.tar.xz
libraries/libaaio: fixes for crusty autoconf.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libaaio/README')
-rw-r--r--libraries/libaaio/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/libraries/libaaio/README b/libraries/libaaio/README
index a1f803a01b..202797be87 100644
--- a/libraries/libaaio/README
+++ b/libraries/libaaio/README
@@ -1,9 +1,10 @@
-libaaio is a software library providing the functionality of getch(), getche()
-and kbhit() on Linux and UNIX systems (including Mac OS X). It does not
-require an initialization (like curses) and does not abuse the terminal (i.e.
-whenever the mode of the terminal is changed its state is stored so it can be
-restored).
+libaaio is a software library providing the functionality of getch(),
+getche() and kbhit() on Linux and UNIX systems (including Mac OS
+X). It does not require an initialization (like curses) and does not
+abuse the terminal (i.e. whenever the mode of the terminal is changed
+its state is stored so it can be restored).
-The software has not seen any changes since 2005, but remains useful for
-programs that still require it (e.g., beta releases of the Composer's Desktop
-Project tools).
+The software has not seen any changes since 2005, but remains useful
+for programs that still require it. This build installs both the
+static and shared libraries, as some programs still explicitly call
+for the former.