ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Makefile.PL
(Generate patch)

Comparing CV/Makefile.PL (file contents):
Revision 1.26 by root, Fri Oct 28 13:53:16 2005 UTC vs.
Revision 1.27 by root, Wed Feb 15 08:08:37 2006 UTC

1require 5.008; 1require 5.008;
2
3print <<EOF;
4
5**
6** If you get any errors, make sure you have libmagic (from "file"),
7** libjpeg, Gtk2 and Glib. On debian, this should get you there:
8**
9** apt-get install libmagic-dec libjpeg62-dev libglib-perl libgtk2-perl
10**
11
12EOF
2 13
3use ExtUtils::MakeMaker; 14use ExtUtils::MakeMaker;
4use ExtUtils::Depends; 15use ExtUtils::Depends;
5 16
6my $pkg = new ExtUtils::Depends ("Gtk2::CV"); 17my $pkg = new ExtUtils::Depends ("Gtk2::CV");
7 18
8$pkg->set_libs ("-ljpeg"); 19$pkg->set_libs ("-ljpeg -lmagic");
9$pkg->add_deps ("Gtk2", "Glib"); 20$pkg->add_deps ("Gtk2", "Glib");
10 21
11sub MY::postamble { 22sub MY::postamble {
12 my $self=shift; 23 my $self=shift;
13 <<EOF 24 <<EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines