File: data-3.0.0

package info (click to toggle)
libalien-wxwidgets-perl 0.69%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,220 kB
  • sloc: perl: 5,365; makefile: 19
file content (27 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
my $VERSION = '3.0.0';
$URL   ||= "http://prdownloads.sourceforge.net/wxwindows";
my $BASE    = 'wxWidgets';
# $TYPE from Build.PL

my @common = qw(wxWidgets-2.9.0-magic.patch );

my $winsetuppatch = ( $FORCE_GTX ) ? 'wxMSW-2.9.4-setup_gctx.patch' : 'wxMSW-2.9.4-setup.patch';

{   
  msw     => { unicode => [ 
  'wxMSW-3.0.0-makefiles.patch',
  $winsetuppatch, 
  @common 
  ],
               },
  
  mac     => { unicode => [ @common ],
               },
  unix    => { unicode => [ @common ],
               },
  data    => { url  => ( sprintf '%s/%s-%s.%s', $URL, $BASE, $VERSION, $TYPE ),
               directory => ( sprintf '%s-%s', $BASE, $VERSION ),
               archive   => ( sprintf '%s-%s.%s', $BASE, $VERSION, $TYPE ),
               version   => $VERSION,
               },
  };