summaryrefslogtreecommitdiffstats
path: root/libs/libfreenect/DETAILS
blob: 8109f7fd1e453a30869ae3785267d8232085af2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=libfreenect
if [[ "$LIBFREENECT_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/OpenKinect/libfreenect.git:libfreenect-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE=http://openkinect.org/
      LICENSE[0]=GPL
         ENTERED=20110804
           SHORT="drivers and libraries for the Xbox Kinect device"
cat << EOF
Drivers and libraries for the Xbox Kinect device.
EOF