Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mingw-w64 | name : mingw-w64 | ||||
| version : 9.0.0 | version : 9.0.0 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v9.0.0.tar.bz2 : 1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181 | - https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v9.0.0.tar.bz2 : 1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181 | ||||
| license : | license : | ||||
| - Public-Domain | - Public-Domain | ||||
| - GPL-3.0-or-later | - GPL-3.0-or-later | ||||
| - ZPL-2.1 | - ZPL-2.1 | ||||
| component : programming.devel | component : programming.devel | ||||
| summary : | summary : | ||||
| - The MinGW-w64 project binaries, runtimes and libraries for 64 bits | - The MinGW-w64 project binaries, runtimes and libraries for 64 bits | ||||
| - 32bit : The MinGW-w64 project binaries, runtimes and libraries for 32 bits | - 32bit : The MinGW-w64 project binaries, runtimes and libraries for 32 bits | ||||
| description: | | description: | | ||||
| The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. | The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. | ||||
| homepage : http://mingw-w64.org/doku.php | homepage : http://mingw-w64.org/doku.php | ||||
| builddeps : | builddeps : | ||||
| - mingw-w64-32bit | |||||
| - mingw-w64-binutils-32bit | - mingw-w64-binutils-32bit | ||||
| - mingw-w64-gcc-32bit | - mingw-w64-gcc-32bit | ||||
| rundeps : | rundeps : | ||||
| - mingw-w64-gcc | - mingw-w64-gcc | ||||
| - 32bit : | - 32bit : | ||||
| - mingw-w64-gcc-32bit | - mingw-w64-gcc-32bit | ||||
| strip : no | strip : no | ||||
| environment: | | environment: | | ||||
| ▲ Show 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | setup : | | ||||
| mkdir crtdir32 && pushd crtdir32 | mkdir crtdir32 && pushd crtdir32 | ||||
| _crt_conf $TARGET32 | _crt_conf $TARGET32 | ||||
| popd | popd | ||||
| mkdir crtdir64 && pushd crtdir64 | mkdir crtdir64 && pushd crtdir64 | ||||
| _crt_conf $TARGET64 | _crt_conf $TARGET64 | ||||
| popd | popd | ||||
| # mkdir pthrdir32 && pushd pthrdir32 | mkdir pthrdir32 && pushd pthrdir32 | ||||
| # _winpthreads_conf $TARGET32 32 | _winpthreads_conf $TARGET32 32 | ||||
| # popd | popd | ||||
| # mkdir pthrdir64 && pushd pthrdir64 | mkdir pthrdir64 && pushd pthrdir64 | ||||
| # _winpthreads_conf $TARGET64 64 | _winpthreads_conf $TARGET64 64 | ||||
| # popd | popd | ||||
| build : | | build : | | ||||
| %make -C crtdir32 | %make -C crtdir32 | ||||
| %make -C crtdir64 | %make -C crtdir64 | ||||
| # %make -C pthrdir32 | %make -C pthrdir32 | ||||
| # %make -C pthrdir64 | %make -C pthrdir64 | ||||
| install : | | install : | | ||||
| %make install-strip -C crtdir32 DESTDIR=$installdir | %make install-strip -C crtdir32 DESTDIR=$installdir | ||||
| %make install-strip -C crtdir64 DESTDIR=$installdir | %make install-strip -C crtdir64 DESTDIR=$installdir | ||||
| # %make install-strip -C pthrdir32 DESTDIR=$installdir | %make install-strip -C pthrdir32 DESTDIR=$installdir | ||||
| # %make install-strip -C pthrdir64 DESTDIR=$installdir | %make install-strip -C pthrdir64 DESTDIR=$installdir | ||||
| patterns : | patterns : | ||||
| - 32bit : | - 32bit : | ||||
| - /usr/share/mingw-w64/i686-w64-mingw32 | - /usr/share/mingw-w64/i686-w64-mingw32 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.