mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
eeab3d92b4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
13 lines
462 B
Makefile
13 lines
462 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="ecm-tools"
|
|
PKG_VERSION="1.0.3"
|
|
PKG_SHA256="7b7475789603e64c7ae3ddcb0e95f09640ba37a7f13b29c8e8f2f4087bd872c9"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="https://github.com/alucryd/ecm-tools"
|
|
PKG_URL="https://github.com/alucryd/ecm-tools/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Error Code Modeler.s"
|
|
PKG_BUILD_FLAGS="-sysroot"
|