slackbuilds/libraries/libkqueue
dsomero d30947c2d6 libraries/libkqueue: Honor $OUTPUT directory.
Install libs and man pages in correct location.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-16 15:07:29 -05:00
..
README libraries/libkqueue: Added (userspace impl. of kqueue). 2012-12-20 17:07:01 +01:00
libkqueue.SlackBuild libraries/libkqueue: Honor $OUTPUT directory. 2013-11-16 15:07:29 -05:00
libkqueue.info libraries/libkqueue: Updated for version 1.0.6 2013-11-14 14:32:29 -06:00
slack-desc libraries/libkqueue: Added (userspace impl. of kqueue). 2012-12-20 17:07:01 +01:00

README

libkqueue (portable userspace implementation of kqueue(2))

libkqueue is a portable userspace implementation of the kqueue(2)
kernel event notification mechanism. It acts as a translator
between the kevent structure and the native kernel facilities of
the host machine.

This library is necessary for the Darling project to compile
correctly.