ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Video-Capture-V4l/Makefile.PL
Revision: 1.1
Committed: Fri May 5 20:21:52 2000 UTC (24 years ago) by pcg
Content type: text/plain
Branch: MAIN
Log Message:
Initial check-in

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 sub MY::postamble {
4 <<'EOF';
5
6 tr-101-231.txt: tr-101-231.pdf
7 gs -q -dNODISPLAY -dNOBIND -dSIMPLE -dWRITESYSTEMDICT ps2txt.ps $< quit.ps > $@
8
9 EOF
10 }
11
12 WriteMakefile(
13 'dist' => {
14 PREOP => 'pod2text V4l/V4l.pm | tee README > $(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
15 COMPRESS => 'gzip -9v',
16 SUFFIX => '.gz',
17 },
18 'NAME' => 'Video::Frequencies',
19 DISTNAME => 'Video-Capture-V4l',
20 'VERSION_FROM' => 'V4l/V4l.pm',
21 linkext => {LINKTYPE => ''},
22 DIR => ['V4l','VBI','RTjpeg'],
23 );