           SPELL=network-manager-applet
if [[ $NETWORK_MANAGER_APPLET_SCM == y ]]; then
  if [[ $NETWORK_MANAGER_APPLET_SCM_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE="$SPELL-svn.tar.bz2"
   SOURCE_URL[0]=svn://svn.gnome.org/svn/$SPELL/trunk:$SPELL-svn
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-svn"
  FORCE_DOWNLOAD=1
else
         VERSION=0.9.6.2
	  BRANCH=${VERSION:0:3}
          SOURCE="$SPELL-${VERSION}.tar.xz"
   SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/$SPELL/${BRANCH}/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE="http://www.gnome.org/projects/NetworkManager/ "
      LICENSE[0]="GNU General Public License v2"
         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
