~ubuntu-branches/ubuntu/trusty/horae/trusty

« back to all changes in this revision

Viewing changes to 0CPAN/Tk-Splashscreen-1.0/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2008-02-23 23:13:02 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080223231302-mnyyxs3icvrus4ke
Tags: 066-3
Apply patch to athena_parts/misc.pl for compatibility with 
perl-tk 804.28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
use Tk::MMutil;
3
 
 
4
 
Tk::MMutil::TkExtMakefile(
5
 
    NAME          => "Tk::Splashscreen",
6
 
    DISTNAME      => "Tk-Splashscreen",
7
 
    VERSION_FROM  => "Splashscreen.pm",
8
 
    PM            => {"Splashscreen.pm" => "\$(INST_LIBDIR)/Splashscreen.pm", "waitVariableX.pm" => "\$(INST_LIBDIR)/waitVariableX.pm"},
9
 
    dist          => {COMPRESS => 'gzip', SUFFIX => 'gz'},
10
 
    ABSTRACT      => 'Splashscreen widget',
11
 
    AUTHOR        => 'Steve Lidie (sol0@lehigh.edu)',
12
 
);