           SPELL=libtubo
         VERSION=5.0.15
          SOURCE="${SPELL}0-$VERSION.tar.bz2"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.bz2}"
   SOURCE_URL[0]="https://downloads.sourceforge.net/project/xffm/$SPELL/$SOURCE"
     SOURCE_HASH=sha512:148147ef30b4f803ed3e45d07b85ce9fe68750938fd6a1f5e87f08e1da41d633b99934f0766ba0f62c793bd664ab43335e273068bbae1d2fe06f0cc9825d1d98
        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
