mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 07:56:21 +00:00
29e556e1f9
release notes: - https://gitlab.com/ita1024/waf/blob/master/ChangeLog NEW IN WAF 2.0.25 ----------------- * Fix invalid characters returned by find_program #2397 * Prepare for distutils removal (Python 3.12 regression) #2402 * Improve cp65001 compat in cpython < 3.3 #2346 * Add Fujitsu Fortran compiler detection on ARM64FX #2348 * Support multiple Sphinx output formats #2344 * Improve PyQt5 detection #2343 * Add asynchronous wafcache uploads
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="waf"
|
|
PKG_VERSION="2.0.25"
|
|
PKG_SHA256="66cff7beed0e77db874e9232cc08874abb3e866c7f0f1f34ba2f959fde44fdd4"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://waf.io"
|
|
PKG_URL="https://waf.io/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
|
PKG_LONGDESC="The Waf build system"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_host() {
|
|
cp -pf ${PKG_BUILD}/waf ${TOOLCHAIN}/bin/
|
|
}
|