           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.8.1
	  BRANCH=${VERSION:0:3}
          SOURCE="NetworkManager-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/${BRANCH}/${SOURCE}
     SOURCE_HASH=sha512:c00831600ab6c1ff2d8150efa41d49015d8756130856d274dde698d4822678bb81371057f14a1e8da8780b0cef1baec9d038a23d25ba8c70e18c896c1597a51e
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

