           SPELL=libtubo
         VERSION=4.5.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=${SOURCEFORGE_URL}/xffm/${SOURCE}
      SOURCE_GPG="gurus.gpg:$SOURCE.sig"
        WEB_SITE=http://xffm.sourceforge.net/
         ENTERED=20051008
      LICENSE[0]=GPL
        KEYWORDS="xfce"
           SHORT="Enables a process to run any other process in the background."
cat << EOF
The Libtubo library 0.9.7 is small and simple function set to enable a process
to run any other process in the background and communicate via the stdout,
stderr and stdin file descriptors.

The functionality of libtubo is similar to the glib function
g_spawn_async_with_pipes() except that all pipe setup and monitoring is taken
care of. The calling function only has to provide the functions with which to
process the input/output of the remote process.
EOF
