           MODULE=flex
         VERSION=2.5.4a
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-2.5.4
   SOURCE_URL[0]=$GNU_URL/non-gnu/$MODULE/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/non-gnu/$MODULE/$SOURCE
        WEB_SITE=http://www.gnu.org/software/flex/flex.html
         ENTERED=20010922
         UPDATED=20010922
           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
