           SPELL=util-linux
if [[ $UTIL_LINUX_NG == y ]]
then
         VERSION=2.13.1.1
          SOURCE=$SPELL-ng-$VERSION.tar.bz2
         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.13.1.1
          SOURCE=$SPELL-ng-$VERSION.tar.bz2
         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
fi
        WEB_SITE=http://userweb.kernel.org/~kzak/util-linux-ng/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="utils"
  SECURITY_PATCH=1
      PATCHLEVEL=0
           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
