Package: flex-devel Version: 2.5.37 Revision: 1 BuildDepends: fink (>= 0.28.0-1), help2man Description: Fast lexical analyser generator License: BSD Maintainer: None Source: mirror:sourceforge:flex/flex-%v.tar.bz2 Source-MD5: c75940e1fc25108f2a7b3ef42abdae06 PatchFile: %n.patch PatchFile-MD5: ea78c0329a92ed8899659e7f39ed1631 UseMaxBuildJobs: false CompileScript: << #!/bin/sh -ex export lt_cv_sys_max_cmd_len=65536 ./configure --prefix=%p/lib/flex make << InstallScript: << make install DESTDIR=%d rm -rf %i/lib/flex/man %i/lib/flex/share %i/lib/flex/info << InfoTest: TestScript: make check || exit 2 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS ONEWS README* THANKS TODO Homepage: http://flex.sourceforge.net/ DescDetail: << Flex is a tool for generating programs that require pattern-matching on text. It is usually used together with yacc/bison to automatically generate a parser for a language grammar, e.g. the syntax of a configuration file. This is a version of Flex that generates better C++ code than the standard 2.5.4 Flex, but also has some compatibility problems with the older flex as well, so it installs into %p/lib/flex and must be explicitly linked by projects that want to use it. << DescUsage: << You will need to explicitly add the paths to this version of flex to your environment to use it (so that it doesn't get in the way of the "regular" flex). Generally you should be able to do it by doing something like: export PATH="%p/lib/flex/bin:$PATH" export CPPFLAGS="-I%p/lib/flex/include" export LDFLAGS="-L%p/lib/flex/lib" << DescPackaging: << Previously maintained by Benjamin Reed <<