mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-21 23:56:20 +00:00
d2c170f838
Update make to 4.4.1
18 lines
596 B
Makefile
18 lines
596 B
Makefile
# 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.4.1"
|
|
PKG_SHA256="dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3"
|
|
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."
|
|
PKG_BUILD_FLAGS="+local-cc"
|
|
|
|
post_makeinstall_host() {
|
|
ln -sf make ${TOOLCHAIN}/bin/gmake
|
|
}
|