           SPELL=flex
         VERSION=2.5.35
     SOURCE_HASH=sha512:aa5aebbc7ccaa4697d7f0cfa3ba899dd3b327bc8551ba341c26bece7f9044951d0532e3ebf6ec63760204b4ff805f9f957d064e9a213ef8aac428e565de31343
          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
