           SPELL="uchardet"
         VERSION=0.0.8
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]="https://www.freedesktop.org/software/${SPELL}/releases/${SOURCE}"
     SOURCE_HASH=sha512:4a5dcc9ff021352f3b252e103ff1475cec62c974294b264ee9243f024633c3ae44be8c7733608624066113e635f8b156ecb08c8ff87c736d04b07641eb166382
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://www.freedesktop.org/wiki/Software/uchardet/"
      LICENSE[0]="MPL"
      LICENSE[1]="GPL"
      LICENSE[2]="LGPL"
         ENTERED=20161225
        KEYWORDS=""
           SHORT="Universal Charset Detector"
cat << EOF
uchardet is an encoding detector library, which takes a sequence of bytes
in an unknown character encoding without any additional information, and
attempts to determine the encoding of the text. Returned encoding names
are iconv-compatible.
EOF
