           SPELL=util-linux
if [[ $UL_VERSION == aes ]]; then
         VERSION=2.27.1
      PATCHLEVEL=2
  SECURITY_PATCH=2
         SOURCE3=$SPELL-$VERSION-20151110.diff.bz2
         SOURCE4=$SOURCE3.sign
  SOURCE3_URL[0]=http://loop-aes.sourceforge.net/updates/$SOURCE3
  SOURCE3_URL[1]=http://koti.tnnet.fi/jari.ruusu/linux/$SOURCE3
  SOURCE4_URL[0]=$SOURCE3_URL.sign
  SOURCE4_URL[1]=${SOURCE3_URL[1]}.sign
     SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
  SOURCE4_IGNORE=signature
else
         VERSION=2.41.1
  SECURITY_PATCH=5
fi
          BRANCH=`echo $VERSION | cut -d.  -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL/v$BRANCH/$SOURCE
# Watch: https://github.com/util-linux/util-linux/tags tags/v([0-9.]+)[.]tar
         SOURCE2="${SOURCE%.xz}.sign"
  SOURCE2_URL[0]="${KERNEL_URL}/pub/linux/utils/${SPELL}/v${BRANCH}/${SOURCE2}"
      SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
        WEB_SITE=https://github.com/karelzak/util-linux
         ENTERED=20010922
      LICENSE[0]=GPL
  STAGED_INSTALL="off"
        KEYWORDS="utils"
           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
