a837478baf
* Update emulators, cores, and art book next theme. * Drop -Ofast, --disable-shared --enable-static as defaults. * Misc build fixes.
15 lines
448 B
Makefile
15 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/
|
|
}
|