           SPELL=glut
         VERSION=3.7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.opengl.org/developers/documentation/$SPELL/$SOURCE
     SOURCE_HASH=sha512:b73cb62add9aec8ae046e60a82259cc4f27494318f6a6753879ad224d6c57dff6e53cd29de43dcbad0db720431dc16e1a450f293c514608212082c34e43ba1b0
        WEB_SITE=http://www.opengl.org
         ENTERED=20010922
      PATCHLEVEL=1
          REJECT="unfree license"
      LICENSE[0]="see NOTICE in the tarball or /usr/share/doc/glut"
            DOCS="$DOCS NOTICE"
           SHORT="API for small to medium sized OpenGL programs."
cat << EOF
The GLUT API is intended for small to medium sized OpenGL Programs. It's
well suited for basic UI:s, and crossplatform applications. The GLUT
library supports the following functionality: multiple windows for
OpenGL rendering, callback driven event processing, an 'idle' routine
and timers, utility routines to generate various solid and wire frame
objects, support for bitmap and stroke fonts, as well as miscellaneous
window management functions.
EOF
