mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
19 lines
617 B
Makefile
19 lines
617 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="706fbe5"
|
|
PKG_SHA256="185511fd06ccbb892e14d6c593f68f0f1fd7c713b21a8d8bd3c7fd949e9c5979"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://git.savannah.gnu.org/cgit/config.git"
|
|
PKG_URL="http://git.savannah.gnu.org/cgit/config.git/snapshot/$PKG_VERSION.tar.xz"
|
|
PKG_DEPENDS_HOST=""
|
|
PKG_LONGDESC="configtools"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_host() {
|
|
mkdir -p $TOOLCHAIN/configtools
|
|
cp config.* $TOOLCHAIN/configtools
|
|
}
|