           SPELL=flex
         VERSION=2.5.33
     SOURCE_HASH=sha512:84c12f9d3e43285f2a5c9572c343f6fed49626be756ba1181e52f5a80df4b96cb28e90d3c8f66d737adc5fe3058a9e1abce67f09e1d1e24535f09971bfe6e0e7
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/flex/$SOURCE
      LICENSE[0]=BSD
        WEB_SITE=http://flex.sourceforge.net/
         ENTERED=20010922
        KEYWORDS="generator devel"
           SHORT="Flex is a fast lexical analyser generator."
cat << EOF
Flex is a fast lexical analyser generator. It is a tool for
generating programs that perform pattern-matching on text. There are
many applications for Flex, including writing compilers in
conjunction with GNU Bison. Flex is a free implementation of the well 
known Lex program. It features a Lex compatibility mode, and also
provides several new features such as exclusive start conditions.
EOF
