# Watch: https://ftp.gnu.org/gnu/libunistring
           SPELL=libunistring
         VERSION=1.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]=$SOURCE_URL.sig
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://www.gnu.org/software/libunistring/
         ENTERED=20110922
      LICENSE[0]=LGPL
           SHORT="Unicode string library"
cat << EOF
This library provides functions for manipulating Unicode strings and
for manipulating C strings according to the Unicode standard.
EOF
