           SPELL=xf86-video-nouveau
if [[ $NOUVEAU_AUTO == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=scm
fi
          SOURCE=$SPELL-scm.tar.bz2
  FORCE_DOWNLOAD=on
   SOURCE_URL[0]="git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/:xf86-video-nouveau-scm"
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
        WEB_SITE="http://nouveau.freedesktop.org"
      LICENSE[0]=XCL
         ENTERED=20070714
           SHORT="The new nVidia driver for X under development"
cat << EOF
This is a redesign and reworking of the original nv driver for X.
It aims to fully accelerated 3D and XRender operations.
EOF
