18 lines
624 B
Makefile
18 lines
624 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)
|
|
# Copyright (C) 2023-present Fewtarius
|
|
|
|
PKG_NAME="configtools"
|
|
PKG_VERSION="d4e37b5868ef910e3e52744c34408084bb13051c"
|
|
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
|
|
}
|