           SPELL=libdrm
if [[ $LIBDRM_VCS == y ]]; then
  if [[ $LIBDRM_VCS_AUTOUPDATE == y ]]; then
         VERSION="$(date +%Y%m%d)"
  else
         VERSION=git
  fi
          SOURCE=drm-git.tar.bz2 # Use the same source as drm
   SOURCE_URL[0]=git://anongit.freedesktop.org/git/mesa/drm:drm-git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=2.4.21
#     SOURCE_HASH=sha512:92ee0c40396c77fd32570660bfc3358a76fed46cb4d918809dd295c76b032d01658156aa715896547de2bed68bab5cfa79e76481f25f5f5c4d44c2e02f6b94fd
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=http://dri.freedesktop.org/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
fi
        WEB_SITE=http://dri.freedesktop.org/
         ENTERED=20051125
      LICENSE[0]=XCL
           SHORT="Direct rendering manager library"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
maintain the official Public Implementation of X11.

The XOrg Foundation invites anyone who has an interest to join in. Anyone
may create and work on a branch in the repository. See XOrgRepository for
more information about the XOrg Foundation repository.

The repository consists of an imported XFree86 tree that is very close
to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
new licensing scheme incompatible with the GPL. For this reason, we have
recreated its tree as closely as possible without importing files affected
by the new license. Our tree is being referred to as simply "XOrg", and a
public release will be made shortly.
EOF
