mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
eeab3d92b4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
18 lines
647 B
Makefile
18 lines
647 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="tvh-dtv-scan-tables"
|
|
PKG_VERSION="6bb0a70a0dcb97d5457c1ef4a7ccce634ea419b0"
|
|
PKG_SHA256="a5f375d28e52ff3f527fecb7968f3ede6bc2e128d1ad78537ab4f0f7844edb45"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/tvheadend"
|
|
PKG_URL="https://github.com/tvheadend/dtv-scan-tables/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Digital TV scan tables, a fork from Tvh to support more recent tables."
|
|
PKG_TOOLCHAIN="manual"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
makeinstall_target() {
|
|
make install DATADIR=${INSTALL}/usr/share
|
|
}
|