2021-07-28 18:38:58 +01:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
|
|
|
port=mpc
|
|
|
|
version=1.2.1
|
|
|
|
useconfigure=true
|
2022-01-08 17:02:29 +03:30
|
|
|
use_fresh_config_sub=true
|
2022-02-17 02:26:25 +01:00
|
|
|
config_sub_path=build-aux/config.sub
|
2021-09-27 00:16:18 +02:00
|
|
|
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--with-sysroot=/")
|
2021-07-28 18:38:58 +01:00
|
|
|
files="https://ftpmirror.gnu.org/gnu/mpc/mpc-${version}.tar.gz mpc-${version}.tar.gz
|
|
|
|
https://ftpmirror.gnu.org/gnu/mpc/mpc-${version}.tar.gz.sig mpc-${version}.tar.gz.sig
|
|
|
|
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
|
|
|
auth_type="sig"
|
2021-09-27 00:16:18 +02:00
|
|
|
auth_opts=("--keyring" "./gnu-keyring.gpg" "mpc-${version}.tar.gz.sig")
|
|
|
|
depends=("gmp" "mpfr")
|