Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    ExtUtils::PkgConfig 1.14

    Download button

    Downloads: 57  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    gtk2-perl team | More programs
    LGPL / FREE
    February 20th, 2013, 14:54 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    ExtUtils::PkgConfig description

    A simple interface to pkg-config

    ExtUtils::PkgConfig is an open source and super-simplistic pkg-config frontend, part of the Gtk2-Perl project, for Makefile.PL files.

    SYNOPSIS

     use ExtUtils::PkgConfig;

     $package = 'gtk+-2.0';

     %pkg_info = ExtUtils::PkgConfig->find ($package);
     print "modversion: $pkg_info{modversion}\n";
     print "cflags: $pkg_info{cflags}\n";
     print "libs: $pkg_info{libs}\n";

     $modversion = ExtUtils::PkgConfig->modversion($package);

     $libs = ExtUtils::PkgConfig->libs($package);

     $cflags = ExtUtils::PkgConfig->cflags($package);

     $cflags_only_I = ExtUtils::PkgConfig->cflags_only_I($package);

     $cflags_only_other = ExtUtils::PkgConfig->cflags_only_other($package);

     $libs_only_L = ExtUtils::PkgConfig->libs_only_L($package);

     $libs_only_l = ExtUtils::PkgConfig->libs_only_l($package);

     $libs_only_other = ExtUtils::PkgConfig->libs_only_other($package);

     $static_libs = ExtUtils::PkgConfig->static_libs($package);

     $var_value = ExtUtils::PkgConfig->variable($package, $var);

     if (ExtUtils::PkgConfig->atleast_version($package,$version)) {
     ...
     }

     if (ExtUtils::PkgConfig->exact_version($package,$version)) {
     ...
     }

     if (ExtUtils::PkgConfig->max_version($package,$version)) {
     ...
     }



    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · Skip tests for pkg-config binary with the '--max-version' switch on
    · OpenBSD 5.2;
    · Updated Makefile.PL to use a META_MERGE block with WriteMakefile().

      


    TAGS:

    pkg-config interface | PkgConfig interface | Perl module | ExtUtils | pkg-config | PkgConfig

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM