           SPELL=util-linux
if [[ $UTIL_LINUX_NG == y ]]
then
         VERSION=2.13-rc2
          SOURCE=$SPELL-ng-$VERSION.tar.gz
         SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-ng-$VERSION
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL-ng/v2.13/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
      SOURCE_GPG="kernel.gpg:$SOURCE2"
  SOURCE2_IGNORE=signature
else
         VERSION=2.12r
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL/$SOURCE
     SOURCE_HASH=sha1:7c47454d66c41d89efa6fda68eb83255cff9e382
fi
        WEB_SITE=http://ftp.cwi.nl/aeb/util-linux/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="utils"
      PATCHLEVEL=3
           SHORT="Essential utilities for any Linux box."
cat << EOF
Util-linux is a suite of essential utilities for any Linux system. Its
primary audience is system integrators and DIY Linux hackers. Util-linux
is attempting to be portable, but the only platform it has been tested
much on is Linux i386.
EOF
