. "$GRIMOIRE/FUNCTIONS"
           SPELL=osceleton
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/Sensebloom/OSCeleton.git:osceleton-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE=https://github.com/Sensebloom/OSCeleton
      LICENSE[0]=GPL
         ENTERED=20111101
           SHORT="sends skeleton information from the kinect sensor via osc"
cat << EOF
OSCeleton is a proxy that sends skeleton information collected from the kinect
sensor via OSC, making it easier to use input from the device in any
language / framework that supports the OSC protocol.
EOF
