flagpoll




DESCRIPTION

       usage: flagpoll pkg options [pkg options] [generic options]

   generic options:
       --help show this help message and exit

       --version
              output version of flagpoll

       --list-all
              list all known packages

       --debug
              show debug information

       --verbose-debug
              show verbose debug information

       --extra-paths=EXTRA_PATHS
              extra paths for flagpoll to search for meta-data files

       --concat
              concatenate all output and output as one line

       --keep-dups
              do not strip out all duplicate info from options

       --info show information for packages

       --print-pkg-options
              show pkg specific options

   options:
       --modversion
              output version for package

       --require=REQUIRE
              adds additional requirements for packages ex. 32/64

       --libs output all linker flags

       --static
              output linker flags for static linking

       --libs-only-l
              output -l flags

       --libs-only-other
              output other libs (e.g. -pthread)

       --libs-only-L
              output -L flags
              use the specified FILE for the package

       --no-deps
              do not lookup dependencies for the package

       --atleast-version=ATLEAST_VERSION
              return 0 if the module is at least version ATLEAST_VERSION

       --exact-version=EXACT_VERSION
              return 0 if the module is exactly version EXACT_VERSION

       --max-release=MAX_RELEASE
              return  0  if  the  module  has  a release that has a version of
              MAX_RELEASE and will return the max

       --variable=VARIABLE
              get the value of a variable

       dynamic options(replace VAR with a variable you want to get/filter on)

              NOTE: replace underscores with dashes in VAR  NOTE:  quotes  are
              needed around <,>,= combinations

       --get-VAR
              get VAR from package

       --get-all-VAR
              get VAR from package and its deps

       --require-VAR[<,>,=VAL]
              require  that  a  var is defined for a package or optionally use
              equality operators against VAL

       --require-all-VAR[<,>,=VAL]
              require that a var is defined for all packages or optionally use
              equality operators against VAL

       extending search path

       FLAGPOLL_PATH
              environment  variable  that can be set to extend the search path
              for .fpc/.pc files

       Send bug reports and/or feedback to flagpoll-users@vrsource.org


SEE ALSO

       The full documentation for flagpoll is maintained as a Texinfo  manual.
       If  the info and flagpoll programs are properly installed at your site,
       the command

              info flagpoll


Man(1) output converted with man2html