           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.8.1-rc1
          SOURCE=${SPELL}-src-${VERSION}.zip
   SOURCE_URL[0]=${SOURCEFORGE_URL}/opende/${SOURCE}
     SOURCE_HASH=sha512:502b4d66a731940ddbd3acace7b93aa6f528844ac86518afa169eee7826a74ba3f8c0878f55ec98f1275de547d7cbb4bff1bfc0eaaff964a78c07c7ec1e7e049
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
