           SPELL=systemd
if [[ $SYSTEMD_GIT == y ]]
then
         VERSION=git
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]=git://anongit.freedesktop.org/systemd
  FORCE_DOWNLOAD=1
else
         VERSION=37
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:c21a36860e4aa7fd7e97b53e033f436abb8237841dfe8bc20c95feb3e03a92b4270342f3102c518a80629f2a86750f6b0818c1df32cf43343368fc6ff524940f
   SOURCE_URL[0]=http://www.freedesktop.org/software/${SPELL}/${SPELL}-${VERSION}.tar.bz2
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.freedesktop.org/wiki/Software/systemd
         ENTERED=20110406
      LICENSE[0]=GPL
           SHORT="systemd is a system and service manager for Linux"
cat << EOF
systemd is a system and service manager for Linux, compatible with SysV and LSB
init scripts. systemd provides aggressive parallelization capabilities, uses
socket and D-Bus activation for starting services, offers on-demand starting of
daemons, keeps track of processes using Linux cgroups, supports snapshotting and
restoring of the system state, maintains mount and automount points and
implements an elaborate transactional dependency-based service control logic.
It can work as a drop-in replacement for sysvinit.

NOTE: you need your kernel built with devtmpfs, cgroups, and optionally, but
recommended: autofs4 and ipv6.
EOF
