# Watch: ftp://ftp.freedesktop.org/pub/mesa/glu/
source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=glu
         VERSION=9.0.3
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=https://mesa.freedesktop.org/archive/glu/$SOURCE
     SOURCE_HASH=sha512:b2781059c0e176192c3fc0d7244645020937a463311171efddb9f35fb94ee43faabcf627fa7f429d48fceaf6dd9c5adb69c86c7a21ec4ea490f4ab143d52e3ba
        WEB_SITE=https://www.mesa3d.org
         ENTERED=20120901
      LICENSE[0]=GPL
        KEYWORDS="graphics libs"
           SHORT="The OpenGL Utility Library (GLU) is a computer graphics library for OpenGL."
cat << EOF
GLU consists of a number of functions that use the base OpenGL library to
provide higher-level drawing routines from the more primitive routines that
OpenGL provides. It is usually distributed with the base OpenGL package.
GLU is not implemented in the embedded version of the OpenGL package, OpenGL ES.
EOF

