           SPELL=ode
if [ "${ODE_SNAP}" == "y" ]; then
         VERSION=060223
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://opende.sourceforge.net/snapshots/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
         VERSION=0.9
          SOURCE=${SPELL}-src-${VERSION}.zip
   SOURCE_URL[0]=${SOURCEFORGE_URL}/opende/${SOURCE}
     SOURCE_HASH=sha512:ff72911649ab5e0ebaea5af8bc26518c9b184588a43074345c4284bf999cdcc22def23227c9108f7cb5b67d8353f2a06107b7ab35cfb80f77612d0e50f772302
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://ode.org/
         ENTERED=20020727
      LICENSE[0]=LGPL
      LICENSE[1]=http://ode.org/ode-license.html
        KEYWORDS="libs"
           SHORT="library for simulating rigid body dynamics"
cat << EOF
ODE is a free, industrial quality library for simulating articulated rigid body
dynamics - for example ground vehicles, legged creatures, and moving objects in
VR environments. It is fast, flexible, robust and platform independent, with
advanced joints, contact with friction, and built-in collision detection.
EOF
