           SPELL=liboop
         VERSION=0.9
          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://download.ofb.net/liboop/${SOURCE}
     SOURCE_HASH=sha512:1ed242c4a966d1d52d1afa204ba9b10fbdb4f0d032e6e78fe35ff02595f8751dfbfc849a0039c50898bfa2bb5f79052cb9ca5d8c2ab0c3a09bb1d4be9b2a4f0a
        WEB_SITE=http://liboop.org/
         ENTERED=20030916
         UPDATED=20031122
      LICENSE[0]=LGPL
        KEYWORDS="libs"
           SHORT="Low-level event loop management library for POSIX systems"
cat << EOF
Liboop is a low-level event loop management library for POSIX-based operating
systems.
It supports the development of modular, multiplexed applications which may
respond to events
from several sources. It replaces the "select() loop" and allows the
registration of event handlers
for file and network I/O, timers and signals. Since processes use these
mechanisms for almost all
external communication, liboop can be used as the basis for almost any
application.
EOF
