Files
ladybird/Ports/make/package.sh
Linus Groh 4c497228a9 Ports: Use SERENITY_ARCH in --target/--host
Recent ports already do this, let's update the others as well. One step
closer to multi-arch support for ports! :^)
2021-03-13 13:13:03 +01:00

11 lines
471 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port=make
version=4.3
useconfigure=true
files="https://ftp.gnu.org/gnu/make/make-${version}.tar.gz make-${version}.tar.gz
http://ftp.gnu.org/gnu/make/make-${version}.tar.gz.sig make-${version}.tar.gz.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts="--keyring ./gnu-keyring.gpg make-${version}.tar.gz.sig"
configopts="--target=${SERENITY_ARCH}-pc-serenity --with-sysroot=/ --without-guile"