mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- peripheral.joystick: update v20.1.2-Nexus to 20.1.3-Nexus - peripheral.xarcade: update 20.1.2-Nexus to 20.1.3-Nexus - pvr.teleboy: update 20.3.1-Nexus to 20.3.3-Nexus - pvr.zattoo: update 20.3.1-Nexus to 20.3.3-Nexus
20 lines
795 B
Makefile
20 lines
795 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Lukas Rusak (lrusak@libreelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="peripheral.joystick"
|
|
PKG_VERSION="20.1.3-Nexus"
|
|
PKG_SHA256="cc646bbc7a9a5b434980bf77717756922ceac89d9d8deca474ae46330fdbd19e"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/peripheral.joystick"
|
|
PKG_URL="https://github.com/xbmc/peripheral.joystick/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform p8-platform systemd"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="peripheral.joystick: Joystick support in Kodi"
|
|
PKG_LONGDESC="peripheral.joystick provides joystick support and button mapping"
|
|
PKG_BUILD_FLAGS="+lto"
|
|
|
|
PKG_IS_ADDON="embedded"
|
|
PKG_ADDON_TYPE="kodi.peripheral"
|