Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / patches / data-2.9.0
1 my $VERSION = '2.9.0';
2    $URL   ||= "http://prdownloads.sourceforge.net/wxwindows";
3 my $BASE    = 'wxWidgets';
4 # $TYPE from Build.PL
5
6 my @common = qw(wxWidgets-2.9.0-magic.patch
7                 wxWidgets-2.9.0-msgdlg.patch);
8
9 { msw     => { unicode => [ qw(
10 wxMSW-2.9.0-setup.patch
11 wxMSW-2.9.0-config.patch
12 wxMSW-2.9.0-makefiles.patch
13 wxMSW-2.9.0-version.patch
14 wxMSW-2.8.10-mingw64.patch
15                                ), @common ],
16                },
17   mac     => { unicode => [ qw(wxMac-2.9.0-textctrl.patch
18                                ), @common ],
19                },
20   unix    => { unicode => [ @common ],
21                },
22   data    => { url  => ( sprintf '%s/%s-%s.%s', $URL, $BASE, $VERSION, $TYPE ),
23                directory => ( sprintf '%s-%s', $BASE, $VERSION ),
24                archive   => ( sprintf '%s-%s.%s', $BASE, $VERSION, $TYPE ),
25                version   => $VERSION,
26                },
27   };