summaryrefslogtreecommitdiffstats
path: root/libs/gfreenect/DETAILS
blob: d527dea4aa7c8992470d59772964dea0e9646f77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=gfreenect
if [[ "$GFREENECT_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/elima/GFreenect.git:gfreenect.git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE=https://github.com/elima/GFreenect
      LICENSE[0]=GPL
         ENTERED=20120909
           SHORT="wrapper for libfreenect"
cat << EOF
GFreenect is a wrapper for the Freenect library written using Glib in order to
control a Kinect device and make it easy to use with GNOME technologies.
EOF