2022-02-05 14:23:32 +00:00
|
|
|
# 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)
|
2023-05-09 19:21:47 +00:00
|
|
|
# Copyright (C) 2023-present Fewtarius
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
PKG_NAME="configtools"
|
2023-08-24 09:53:35 +00:00
|
|
|
PKG_VERSION="d4e37b5868ef910e3e52744c34408084bb13051c"
|
2022-02-05 14:23:32 +00:00
|
|
|
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
|
|
|
|
}
|