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