46 lines
973 B
Plaintext
46 lines
973 B
Plaintext
name: gcc
|
|
description: The GNU C Compiler
|
|
version: 15.2.0
|
|
revision: 7
|
|
url: https://gcc.gnu.org/
|
|
license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception
|
|
architecture: any
|
|
type: source
|
|
make_depends:
|
|
- binutils
|
|
- gcc-libs
|
|
- doxygen
|
|
- libisl
|
|
- mpc
|
|
- zstd
|
|
check_depends:
|
|
- dejagnu
|
|
- expect
|
|
- inetutils
|
|
- tcl
|
|
downloads:
|
|
- url: https://ftpmirror.gnu.org/gcc/gcc-${BPM_PKG_VERSION}/gcc-${BPM_PKG_VERSION}.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e
|
|
split_packages:
|
|
- name: gcc
|
|
license: GPL3-or-later,LGPL3-or-later
|
|
depends:
|
|
- binutils
|
|
- gcc-libs
|
|
- libisl
|
|
- mpc
|
|
- zstd
|
|
- name: gcc-fortran
|
|
description: Fortran compiler from GCC
|
|
depends:
|
|
- gcc
|
|
- name: gcc-libs
|
|
description: GCC runtime libraries
|
|
license: GPL3 with GCC-exception
|
|
depends:
|
|
- glibc
|
|
options:
|
|
- nostrip
|