mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
23 lines
735 B
Makefile
23 lines
735 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="screensaver.pingpong"
|
|
PKG_VERSION="22.0.2-Piers"
|
|
PKG_SHA256="d87bd7ec62721dc547834ef637a319a5d2355cce3d6b650cf18f0cf619bc4b3b"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/screensaver.pingpong"
|
|
PKG_URL="https://github.com/xbmc/screensaver.pingpong/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform glm"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="screensaver.pingpong"
|
|
PKG_LONGDESC="screensaver.pingpong"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.ui.screensaver"
|
|
|
|
if [ "${OPENGL}" = "no" ]; then
|
|
exit 0
|
|
fi
|