mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
24 lines
732 B
Makefile
24 lines
732 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="2.3.0-Matrix"
|
|
PKG_SHA256="041ad859c883d65974a971c233d2ae2888ffefd64d9fc3e44e3c478481d5ce9d"
|
|
PKG_REV="1"
|
|
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
|