ok, I tried but the result is (as usual) negative.
I donwloand
Gtk2-1.241.tar.gz, read the readme and install perl Glib Pango and Gtk+ from repository.
In addition i search and download
ExtUtils::Depends ExtUtils::PkgConfig.
First i tried to install extutils::pkgconfig, it requires pkg-config and popt, after I install its from repo, install work fine.
extutils::depends was installed without any further requests.
After that, when I tried to start the installation this not work:
tc@box:~/Gtk2-1.241/Gtk2-1.241$ perl Makefile.PL PREFIX=/usr/local
Can't locate ExtUtils/Depends.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.14.1/i686-linux /usr/local/lib/perl5/site_perl/5.14.1 /usr/local/lib/perl5/vendor_perl/5.14.1/i686-linux /usr/local/lib/perl5/vendor_perl/5.14.1 /usr/local/lib/perl5/5.14.1/i686-linux /usr/local/lib/perl5/5.14.1 .) at (eval 6) line 1.
BEGIN failed--compilation aborted at (eval 6) line 1.
Checking if your kit is complete...
Looks good
MakeMaker FATAL: prerequisites not found.
ExtUtils::Depends not installed
ExtUtils::PkgConfig not installed
Glib not installed
Pango not installed
Please install these modules first and rerun 'perl Makefile.PL'.
tc@box:~/Gtk2-1.241/Gtk2-1.241$