File: Makefile.PL

package info (click to toggle)
libvideo-capture-v4l-perl 0.902-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: perl: 2,749; ansic: 1,494; sh: 22; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

WriteMakefile(
    'dist'	=> {
	            PREOP	=> 'pod2text V4l/V4l.pm | tee README > $(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
	            COMPRESS	=> 'gzip -9v',
	            SUFFIX	=> '.gz',
	           },
    'NAME'	=> 'Video::Frequencies',
    DISTNAME	=> 'Video-Capture-V4l',
    'VERSION_FROM' => 'V4l/V4l.pm',
    linkext	=> {LINKTYPE => ''},
    DIR		=> ['V4l','VBI','RTjpeg'],
);