           SPELL=network-manager
if [[ $NETWORK_MANAGER_SCM == y ]]; then
  if [[ $NETWORK_MANAGER_SCM_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE="NetworkManager-git.tar.bz2"
   SOURCE_URL[0]=git://anongit.freedesktop.org/NetworkManager/NetworkManager.git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/NetworkManager-git"
  FORCE_DOWNLOAD=1
else
         VERSION=0.9.4.0
          BRANCH=${VERSION:0:3}
          SOURCE="NetworkManager-${VERSION}.tar.xz"
   SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/${BRANCH}/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/NetworkManager-${VERSION}"
fi
        WEB_SITE="http://www.gnome.org/projects/NetworkManager/ "
      LICENSE[0]=GPL
         ENTERED=20080624
           SHORT="A set of simple network interface control tools."
cat << EOF
The GNOME NetworkManager is a set of co-operative tools that make networking
simple and straightforward. Whether wireless or wired, NetworkManager allows
you to quickly move from one network to another: once a network has been
configured and joined once, it can be detected and re-joined automatically at
a later date. It was designed to auto-detect as much information as possible,
seamlessly switches connections when necessary, and provides immediate feedback
of the network state to users and applications. It utilizes D-Bus and HAL.
EOF

