mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 02:11:22 +00:00
21 lines
788 B
Makefile
21 lines
788 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="19.0.3-Matrix"
|
|
PKG_SHA256="0a595933998565902f112f0d476ada1cd732a1961ed10b8a2b9a52ed8bd8c652"
|
|
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"
|
|
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"
|