           SPELL=connman
if [ "${CONNMAN_BRANCH}" == "scm" ]; then
  if [ "${CONNMAN_AUTOUPDATE}" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=scm
  fi
          SOURCE=${SPELL}-git.tar.bz2
   SOURCE_URL[0]=git://git.kernel.org/pub/scm/network/${SPELL}/connman.git:connman-git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
         VERSION=1.41
      PATCHLEVEL=1
          SOURCE=${SPELL}-${VERSION}.tar.xz
   SOURCE_URL[0]=https://www.kernel.org/pub/linux/network/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE=https://01.org/connman
         LICENSE=GPL
        KEYWORDS="network"
         ENTERED=20100220
           SHORT="A daemon for managing internet connections"
cat << EOF
The ConnMan project provides a daemon for managing internet connections within
embedded devices running the Linux operating system. The Connection Manager is
designed to be slim and to use as few resources as possible, so it can be 
easily integrated. It is a fully modular system that can be extended, through
plug-ins, to support all kinds of wired or wireless technologies. Also, 
configuration methods, like DHCP and domain name resolving, are implemented 
using plug-ins. The plug-in approach allows for easy adaption and modification
for various use cases.
EOF
