distribution/packages/sysutils/ectool/package.mk

19 lines
474 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
PKG_NAME="ectool"
2023-03-14 21:59:38 +00:00
PKG_VERSION="23c77ef0c32f9f03a367c89babb303dde526da85"
PKG_LICENSE="GPL"
PKG_SITE="https://review.coreboot.org/coreboot"
PKG_URL="${PKG_SITE}.git"
2023-02-05 12:03:30 +00:00
PKG_ARCH="x86_64"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A simple tool for manipulating the embedded controller."
make_target() {
2023-02-04 21:17:21 +00:00
cd util/ectool
export PREFIX=/usr
make
}