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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
=== vanilla_perl
# VanillaPerl YAML config file
--- yaml
# package info
package_name: VanillaPerl
package_version: 5
# directories
download_dir: c:\temp\vp_sources
build_dir: c:\temp\vp_build
image_dir: c:\vanilla-perl
# Binary components
binary:
- name: dmake
url: http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.5-20060619-SHAY.zip
license:
dmake/COPYING : dmake/COPYING
dmake/readme/license.txt: dmake/license.txt
install_to:
dmake/dmake.exe: dmake/bin/dmake.exe
dmake/startup: dmake/bin/startup
- name: gcc-core
url: http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz
license:
COPYING: gcc/COPYING
COPYING.lib: gcc/COPYING.lib
install_to: mingw
- name: gcc-g++
url: http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz
license:
install_to: mingw
- name: binutils
url: http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz
license:
Copying: binutils/Copying
Copying.lib: binutils/Copying.lib
install_to: mingw
- name: mingw-runtime
url: http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz
license:
doc/mingw-runtime/Contributors: mingw/Contributors
doc/mingw-runtime/Disclaimer: mingw/Disclaimer
install_to: mingw
- name: w32api
url: http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz
license:
install_to: mingw
extra:
extra\README.w32api: licenses\win32api\README.w32api
# Source components
source:
- name: perl
url: http://mirrors.kernel.org/CPAN/src/perl-5.8.8.tar.gz
license:
perl-5.8.8/Readme: perl/Readme
perl-5.8.8/Artistic: perl/Artistic
perl-5.8.8/Copying: perl/Copying
unpack_to: perl
install_to: perl
after:
extra\Config.pm: lib\CPAN\Config.pm
# Additional modules to bundle in site\lib
modules:
# i.e. not used, but gets us the libwin32 dist
- name: Win32::Job
unpack_to:
APIFile: Win32API-File
- name: IO
force: 1
- name: Compress::Zlib
- name: IO::Zlib
- name: Archive::Tar
- name: Net::FTP
extra:
extra\libnet.cfg: libnet.cfg
# Extra files to be placed
# Signature.pm: perl\site\lib\Module\Signature.pm
extra:
README: README.txt
LICENSE.txt: LICENSE.txt
Changes: Release-Notes.txt
extra\Config.pm: perl\lib\CPAN\Config.pm
# reset this again
extra\links\Perl-Documentation.url: links\Perl Documentation.url
extra\links\Perl-Homepage.url: links\Perl Homepage.url
extra\links\Perl-Mailing-Lists.url: links\Perl Mailing Lists.url
extra\links\Perlmonks-Community-Forum.url: links\Perlmonks Community Forum.url
extra\links\Search-CPAN-Modules.url: links\Search CPAN Modules.url
extra\links\Vanilla-Perl-Homepage.url: links\Vanilla Perl Homepage.url
--- perl
[ {
package_name => 'VanillaPerl',
package_version => 5,
download_dir => 'c:\temp\vp_sources',
build_dir => 'c:\temp\vp_build',
image_dir => 'c:\vanilla-perl',
binary => [
{
name => 'dmake',
url => 'http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.5-20060619-SHAY.zip',
license => {
'dmake/COPYING' => 'dmake/COPYING',
'dmake/readme/license.txt' => 'dmake/license.txt',
},
install_to => {
'dmake/dmake.exe' => 'dmake/bin/dmake.exe',
'dmake/startup' => 'dmake/bin/startup',
},
},
{
name => 'gcc-core',
url => 'http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz',
license => {
'COPYING' => 'gcc/COPYING',
'COPYING.lib' => 'gcc/COPYING.lib',
},
install_to => 'mingw',
},
{
name => 'gcc-g++',
url => 'http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz',
license => undef,
install_to => 'mingw',
},
{
name => 'binutils',
url => 'http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz',
license => {
'Copying' => 'binutils/Copying',
'Copying.lib' => 'binutils/Copying.lib',
},
install_to => 'mingw',
},
{
name => 'mingw-runtime',
url => 'http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz',
license => {
'doc/mingw-runtime/Contributors' => 'mingw/Contributors',
'doc/mingw-runtime/Disclaimer' => 'mingw/Disclaimer',
},
install_to => 'mingw',
},
{
name => 'w32api',
url => 'http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz',
license => undef,
install_to => 'mingw',
extra => {
'extra\README.w32api' => 'licenses\win32api\README.w32api',
},
}
],
source => [
{
name => 'perl',
url => 'http://mirrors.kernel.org/CPAN/src/perl-5.8.8.tar.gz',
license => {
'perl-5.8.8/Readme' => 'perl/Readme',
'perl-5.8.8/Artistic' => 'perl/Artistic',
'perl-5.8.8/Copying' => 'perl/Copying',
},
unpack_to => 'perl',
install_to => 'perl',
after => {
'extra\Config.pm' => 'lib\CPAN\Config.pm',
},
}
],
modules => [
{
name => 'Win32::Job',
unpack_to => {
APIFile => 'Win32API-File',
},
},
{
name => 'IO',
force => 1,
},
{
name => 'Compress::Zlib',
},
{
name => 'IO::Zlib',
},
{
name => 'Archive::Tar',
},
{
name => 'Net::FTP',
extra => {
'extra\libnet.cfg' => 'libnet.cfg',
},
},
],
extra => {
'README' => 'README.txt',
'LICENSE.txt' => 'LICENSE.txt',
'Changes' => 'Release-Notes.txt',
'extra\Config.pm' => 'perl\lib\CPAN\Config.pm',
'extra\links\Perl-Documentation.url' => 'links\Perl Documentation.url',
'extra\links\Perl-Homepage.url' => 'links\Perl Homepage.url',
'extra\links\Perl-Mailing-Lists.url' => 'links\Perl Mailing Lists.url',
'extra\links\Perlmonks-Community-Forum.url' => 'links\Perlmonks Community Forum.url',
'extra\links\Search-CPAN-Modules.url' => 'links\Search CPAN Modules.url',
'extra\links\Vanilla-Perl-Homepage.url' => 'links\Vanilla Perl Homepage.url',
},
} ]
--- nosyck
|