mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 01:06:30 +00:00
19 lines
676 B
Makefile
19 lines
676 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="configtools"
|
|
PKG_VERSION="20403c5701973a4cbd7e0b4bbeb627fcd424a0f1" # 2022-08-01
|
|
PKG_SHA256="d89be2c5a06d45e4a8731404cd6eb52ddde393480a56754a68b44f36753e38d7"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://git.savannah.gnu.org/cgit/config.git"
|
|
PKG_URL="http://git.savannah.gnu.org/cgit/config.git/snapshot/config-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_HOST=""
|
|
PKG_LONGDESC="configtools"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_host() {
|
|
mkdir -p ${TOOLCHAIN}/configtools
|
|
cp config.* ${TOOLCHAIN}/configtools
|
|
}
|