Last change
on this file since 2538 was
2538,
checked in by Bruno Cornec, 11 years ago
|
r3572@localhost: bruno | 2010-01-07 23:38:36 +0100
Reorg of files begining to start working on LVM low level fundtions and scripts
|
File size:
1019 bytes
|
Line | |
---|
1 | use 5.006001; |
---|
2 | use ExtUtils::MakeMaker; |
---|
3 | |
---|
4 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
---|
5 | # the contents of the Makefile that is written. |
---|
6 | WriteMakefile( |
---|
7 | NAME => 'PBPKG', |
---|
8 | DISTNAME => 'PBPKG', |
---|
9 | VERSION => 'PBVER', |
---|
10 | INST_SCRIPT => 'blib/sbin', |
---|
11 | INSTALLDIRS => 'perl', |
---|
12 | PREREQ_PM => { |
---|
13 | #HTTP::Headers => 1.59, |
---|
14 | #Template => 0, |
---|
15 | }, # e.g., Module::Name => 1.1 |
---|
16 | #ABSTRACT_FROM => 'sbin/mindi', # retrieve abstract from module |
---|
17 | AUTHOR => 'Bruno Cornec <bruno#mondorescue.org>', |
---|
18 | EXE_FILES => [ qw( sbin/mindi sbin/mranalyze-lvm sbin/mrprepare-lvm ) ], |
---|
19 | MAN1PODS => { |
---|
20 | 'sbin/mindi' => '$(INST_MAN1DIR)/mindi.$(MAN1EXT)', |
---|
21 | 'sbin/mranalyze-lvm' => '$(INST_MAN1DIR)/mranalyze-lvm.$(MAN1EXT)', |
---|
22 | 'sbin/mrprepare-lvm' => '$(INST_MAN1DIR)/mrprepare-lvm.$(MAN1EXT)', |
---|
23 | }, |
---|
24 | MAN3PODS => { |
---|
25 | 'lib/MondoRescue/Mindi/LVM.pm' => '$(INST_MAN3DIR)/MondoRescue::Mindi::LVM.$(MAN3EXT)', |
---|
26 | }, |
---|
27 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.