2022-02-05 14:23:32 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="make"
|
|
|
|
PKG_VERSION="4.3"
|
|
|
|
PKG_SHA256="e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19"
|
|
|
|
PKG_LICENSE="GPLv3"
|
|
|
|
PKG_SITE="https://www.gnu.org/software/make/"
|
|
|
|
PKG_URL="http://ftpmirror.gnu.org/make/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
|
|
PKG_DEPENDS_HOST=""
|
|
|
|
PKG_LONGDESC="Utility to maintain groups of programs."
|
2023-02-25 00:39:48 +00:00
|
|
|
PKG_BUILD_FLAGS="+local-cc"
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
post_makeinstall_host() {
|
|
|
|
ln -sf make ${TOOLCHAIN}/bin/gmake
|
|
|
|
}
|