diff options
author | Arthur W. Green <lynx@panix.com> | 2016-03-19 00:53:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-19 00:53:43 +0700 |
commit | 1bd0cbd0c5b54d155f3f03dd47e36377fbd7b93b (patch) | |
tree | cc20c7bfdbc3a10a048ad188f268f68e9d5aae60 /libraries/libaaio/slack-desc | |
parent | 7a9b6598c1de4c6b861762d76fa08d3750e4ddab (diff) | |
download | slackbuilds-1bd0cbd0c5b54d155f3f03dd47e36377fbd7b93b.tar.gz |
libraries/libaaio: Added (AAIO Advanced I/O Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libaaio/slack-desc')
-rw-r--r-- | libraries/libaaio/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/libaaio/slack-desc b/libraries/libaaio/slack-desc new file mode 100644 index 0000000000..f0c7f441f1 --- /dev/null +++ b/libraries/libaaio/slack-desc @@ -0,0 +1,18 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libaaio: libaaio (AAIO Advanced I/O Library) +libaaio: +libaaio: This library provides the functionality of getch(), getche() and +libaaio: kbhit() on UNIX and Linux systems (including Mac OS X). It does not +libaaio: require an initialization (like curses) and does not abuse the +libaaio: terminal (i.e. whenever the mode of the terminal is changed its +libaaio: state is stored so it can be restored). +libaaio: +libaaio: http://aaio.sourceforge.net/ +libaaio: |