|
1 | 1 | module DevKitInstaller |
2 | 2 |
|
| 3 | + COMPILERS['mingw64-32-6.1.0-dgn'] = |
| 4 | + OpenStruct.new( |
| 5 | + :version => 'mingw64-32-6.1.0-dgn', |
| 6 | + :programs => [ :gcc, :cpp, :'g++' ], |
| 7 | + :program_prefix => nil, |
| 8 | + :url_1 => 'http://downloads.sourceforge.net/mingw-w64-dgn', |
| 9 | + :url_2 => 'http://downloads.sourceforge.net/mingw', |
| 10 | + :url_3 => 'http://downloads.sourceforge.net/gnuwin32', |
| 11 | + :target => 'sandbox/devkit/mingw', |
| 12 | + :relocate => 'sandbox/devkit/mingw/mingw32', |
| 13 | + :knap_path => '610-drangon', |
| 14 | + :files => { |
| 15 | + :url_1 => [ |
| 16 | + 'mingw-w32-bin-i686-20160428.7z' |
| 17 | + ], |
| 18 | + :url_2 => [ |
| 19 | + 'autoconf2.1-2.13-4-mingw32-bin.tar.lzma', |
| 20 | + 'autoconf2.5-2.68-1-mingw32-bin.tar.lzma', |
| 21 | + 'autoconf-10-1-mingw32-bin.tar.lzma', |
| 22 | + 'automake1.11-1.11.1-1-mingw32-bin.tar.lzma', |
| 23 | + 'automake-4-1-mingw32-bin.tar.lzma', |
| 24 | + 'libexpat-2.0.1-1-mingw32-dll-1.tar.gz', |
| 25 | + 'libtool-2.4-1-mingw32-bin.tar.lzma', |
| 26 | + 'bsdtar-2.8.3-1-mingw32-bin.tar.bz2', |
| 27 | + 'bsdcpio-2.8.3-1-mingw32-bin.tar.bz2', |
| 28 | + 'libarchive-2.8.3-1-mingw32-dll-2.tar.bz2', |
| 29 | + 'libbz2-1.0.5-2-mingw32-dll-2.tar.gz', |
| 30 | + 'liblzma-4.999.9beta_20100401-1-mingw32-dll-1.tar.bz2', |
| 31 | + 'libz-1.2.3-1-mingw32-dll-1.tar.gz' |
| 32 | + ], |
| 33 | + :url_3 => [ |
| 34 | + 'which-2.20-bin.zip' |
| 35 | + ], |
| 36 | + } |
| 37 | + ) |
| 38 | + |
| 39 | + COMPILERS['mingw64-64-6.1.0-dgn'] = |
| 40 | + OpenStruct.new( |
| 41 | + :version => 'mingw64-64-6.1.0-dgn', |
| 42 | + :programs => [ :gcc, :cpp, :'g++' ], |
| 43 | + :program_prefix => nil, |
| 44 | + :url_1 => 'http://downloads.sourceforge.net/mingw-w64-dgn', |
| 45 | + :url_2 => 'http://downloads.sourceforge.net/mingw', |
| 46 | + :url_3 => 'http://downloads.sourceforge.net/gnuwin32', |
| 47 | + :target => 'sandbox/devkit/mingw', |
| 48 | + :relocate => 'sandbox/devkit/mingw/mingw64', |
| 49 | + :host => 'x86_64-w64-mingw32', |
| 50 | + :knap_path => '610-drangon', |
| 51 | + :files => { |
| 52 | + :url_1 => [ |
| 53 | + 'mingw-w64-bin-x86_64-20160428.7z' |
| 54 | + ], |
| 55 | + :url_2 => [ |
| 56 | + 'autoconf2.1-2.13-4-mingw32-bin.tar.lzma', |
| 57 | + 'autoconf2.5-2.68-1-mingw32-bin.tar.lzma', |
| 58 | + 'autoconf-10-1-mingw32-bin.tar.lzma', |
| 59 | + 'automake1.11-1.11.1-1-mingw32-bin.tar.lzma', |
| 60 | + 'automake-4-1-mingw32-bin.tar.lzma', |
| 61 | + 'libexpat-2.0.1-1-mingw32-dll-1.tar.gz', |
| 62 | + 'libtool-2.4-1-mingw32-bin.tar.lzma', |
| 63 | + 'bsdtar-2.8.3-1-mingw32-bin.tar.bz2', |
| 64 | + 'bsdcpio-2.8.3-1-mingw32-bin.tar.bz2', |
| 65 | + 'libarchive-2.8.3-1-mingw32-dll-2.tar.bz2', |
| 66 | + 'libbz2-1.0.5-2-mingw32-dll-2.tar.gz', |
| 67 | + 'liblzma-4.999.9beta_20100401-1-mingw32-dll-1.tar.bz2', |
| 68 | + 'libz-1.2.3-1-mingw32-dll-1.tar.gz' |
| 69 | + ], |
| 70 | + :url_3 => [ |
| 71 | + 'which-2.20-bin.zip' |
| 72 | + ], |
| 73 | + } |
| 74 | + ) |
| 75 | + |
| 76 | + COMPILERS['mingw64-32-5.3.0'] = |
| 77 | + OpenStruct.new( |
| 78 | + :version => 'mingw64-32-5.3.0', |
| 79 | + :programs => [ :gcc, :cpp, :'g++' ], |
| 80 | + :program_prefix => nil, |
| 81 | + :url_1 => 'http://downloads.sourceforge.net/mingw-w64', |
| 82 | + :url_2 => 'http://downloads.sourceforge.net/mingw', |
| 83 | + :url_3 => 'http://downloads.sourceforge.net/gnuwin32', |
| 84 | + :target => 'sandbox/devkit/mingw', |
| 85 | + :relocate => 'sandbox/devkit/mingw/mingw32', |
| 86 | + :knap_path => '530-win32-sjlj', |
| 87 | + :files => { |
| 88 | + :url_1 => [ |
| 89 | + 'i686-5.3.0-release-win32-sjlj-rt_v4-rev0.7z' |
| 90 | + ], |
| 91 | + :url_2 => [ |
| 92 | + 'autoconf2.1-2.13-4-mingw32-bin.tar.lzma', |
| 93 | + 'autoconf2.5-2.68-1-mingw32-bin.tar.lzma', |
| 94 | + 'autoconf-10-1-mingw32-bin.tar.lzma', |
| 95 | + 'automake1.11-1.11.1-1-mingw32-bin.tar.lzma', |
| 96 | + 'automake-4-1-mingw32-bin.tar.lzma', |
| 97 | + 'libexpat-2.0.1-1-mingw32-dll-1.tar.gz', |
| 98 | + 'libtool-2.4-1-mingw32-bin.tar.lzma', |
| 99 | + 'bsdtar-2.8.3-1-mingw32-bin.tar.bz2', |
| 100 | + 'bsdcpio-2.8.3-1-mingw32-bin.tar.bz2', |
| 101 | + 'libarchive-2.8.3-1-mingw32-dll-2.tar.bz2', |
| 102 | + 'libbz2-1.0.5-2-mingw32-dll-2.tar.gz', |
| 103 | + 'liblzma-4.999.9beta_20100401-1-mingw32-dll-1.tar.bz2', |
| 104 | + 'libz-1.2.3-1-mingw32-dll-1.tar.gz' |
| 105 | + ], |
| 106 | + :url_3 => [ |
| 107 | + 'which-2.20-bin.zip' |
| 108 | + ], |
| 109 | + } |
| 110 | + ) |
| 111 | + |
| 112 | + COMPILERS['mingw64-64-5.3.0'] = |
| 113 | + OpenStruct.new( |
| 114 | + :version => 'mingw64-64-5.3.0', |
| 115 | + :programs => [ :gcc, :cpp, :'g++' ], |
| 116 | + :program_prefix => nil, |
| 117 | + :url_1 => 'http://downloads.sourceforge.net/mingw-w64', |
| 118 | + :url_2 => 'http://downloads.sourceforge.net/mingw', |
| 119 | + :url_3 => 'http://downloads.sourceforge.net/gnuwin32', |
| 120 | + :target => 'sandbox/devkit/mingw', |
| 121 | + :relocate => 'sandbox/devkit/mingw/mingw64', |
| 122 | + :host => 'x86_64-w64-mingw32', |
| 123 | + :knap_path => '530-win32-seh', |
| 124 | + :files => { |
| 125 | + :url_1 => [ |
| 126 | + 'x86_64-5.3.0-release-win32-seh-rt_v4-rev0.7z' |
| 127 | + ], |
| 128 | + :url_2 => [ |
| 129 | + 'autoconf2.1-2.13-4-mingw32-bin.tar.lzma', |
| 130 | + 'autoconf2.5-2.68-1-mingw32-bin.tar.lzma', |
| 131 | + 'autoconf-10-1-mingw32-bin.tar.lzma', |
| 132 | + 'automake1.11-1.11.1-1-mingw32-bin.tar.lzma', |
| 133 | + 'automake-4-1-mingw32-bin.tar.lzma', |
| 134 | + 'libexpat-2.0.1-1-mingw32-dll-1.tar.gz', |
| 135 | + 'libtool-2.4-1-mingw32-bin.tar.lzma', |
| 136 | + 'bsdtar-2.8.3-1-mingw32-bin.tar.bz2', |
| 137 | + 'bsdcpio-2.8.3-1-mingw32-bin.tar.bz2', |
| 138 | + 'libarchive-2.8.3-1-mingw32-dll-2.tar.bz2', |
| 139 | + 'libbz2-1.0.5-2-mingw32-dll-2.tar.gz', |
| 140 | + 'liblzma-4.999.9beta_20100401-1-mingw32-dll-1.tar.bz2', |
| 141 | + 'libz-1.2.3-1-mingw32-dll-1.tar.gz' |
| 142 | + ], |
| 143 | + :url_3 => [ |
| 144 | + 'which-2.20-bin.zip' |
| 145 | + ], |
| 146 | + } |
| 147 | + ) |
| 148 | + |
3 | 149 | COMPILERS['mingw64-32-4.7.2'] = |
4 | 150 | OpenStruct.new( |
5 | 151 | :version => 'mingw64-32-4.7.2', |
|
0 commit comments