ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Audio-Play-MPG123/Makefile.PL
Revision: 1.1
Committed: Fri May 18 12:49:05 2001 UTC (22 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 require 5.005;
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 'dist' => {
7 PREOP => 'chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9vf',
9 SUFFIX => '.gz',
10 },
11 'NAME' => 'Audio::Play::MPG123',
12 'EXE_FILES' => ['mpg123sh'],
13 'VERSION_FROM' => 'MPG123.pm',
14 'LIBS' => [''],
15 'DEFINE' => '',
16 'INC' => '',
17 );
18
19 print <<EOF;
20
21 **************************************************************************
22 * *
23 * Audio::Play::MPG123 is now configured. *
24 * *
25 * Remember to compile the mpg123 binary that is included in the *
26 * distribution in the subdirectory mpg123/ *
27 * *
28 * Enter "look Audio::Play::MPG123" from the CPAN prompt to get to the *
29 * distribution directory. *
30 * *
31 **************************************************************************
32
33 EOF