Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3366/common/main/finkinfo/devel

Added Files:
        flex-devel.info 
Removed Files:
        flex.patch 
Log Message:
various

--- NEW FILE: flex-devel.info ---
Package: flex-devel
Version: 2.5.31
Revision: 3
BuildDepends: help2man

CustomMirror: <<
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom/flex-%v-patched.tar.bz2
SourceDirectory: flex-%v
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS ONEWS README* RoadMap THANKS TODO
CompileScript: <<
  ./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
<<
#
Description: Fast lexical analyser generator (development version)
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"

<<
License: BSD
Homepage: http://lex.sourceforge.net/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Source-MD5: 363dcc4afc917dc51306eb9d3de0152f

--- flex.patch DELETED ---



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to