           SPELL=flex
         VERSION=2.5.39
     SOURCE_HASH=sha512:488bfd40043851d6f069333090081cc09c8754cd098dd24655ea705dd381efc4e88080fe8060fe6c790f450695f1b209f7115b154723c203f43b00f4ccfa5bec
          SOURCE=$SPELL-$VERSION.tar.xz
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
