mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-05 02:06:57 +00:00
47bfcfa8d9
Signed-off-by: Matthias Reichl <hias@horus.com>
22 lines
769 B
Makefile
22 lines
769 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="audiodecoder.sidplay"
|
|
PKG_VERSION="20.2.0-Nexus"
|
|
PKG_SHA256="ab1f89237c91bc7157557f42dadcff50a7191eb7285ee668543defce9f1efcf2"
|
|
PKG_REV="5"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/audiodecoder.sidplay"
|
|
PKG_URL="https://github.com/xbmc/audiodecoder.sidplay/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform sidplay-libs"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="audiodecoder.sidplay"
|
|
PKG_LONGDESC="audiodecoder.sidplay"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.audiodecoder"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DSIDPLAY2_LIBRARIES=${SYSROOT_PREFIX}/usr/lib"
|