# Watch: https://ftp.gnu.org/gnu/libtool
           SPELL=libtool
         VERSION=2.5.4
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://www.gnu.org/software/libtool/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="devel"
           SHORT="Generic library support script"
cat << EOF
libtool - Generic library support script
A generic library support script. The program has a consistent, portable
interface to make using shared libraries simpler. Libtool supports
building static libraries on all platforms. It also includes GNU
libltdl, the libtool dynamic loader library.
EOF
