2022-02-05 14:23:32 +00:00
|
|
|
################################################################################
|
|
|
|
# This file is part of OpenELEC - http://www.openelec.tv
|
|
|
|
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
|
|
# Copyright (C) 2020 351ELEC team (https://github.com/fewtarius/351ELEC)
|
2022-03-18 10:39:38 +00:00
|
|
|
# Copyright (C) 2022-present Fewtarius
|
2022-02-05 14:23:32 +00:00
|
|
|
#
|
|
|
|
# This Program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
# any later version.
|
|
|
|
#
|
|
|
|
# This Program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
|
|
|
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
|
|
|
# http://www.gnu.org/copyleft/gpl.html
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
PKG_NAME="common-shaders"
|
2022-04-18 21:25:10 +00:00
|
|
|
PKG_VERSION="86cfa146a8dfddf6377ddb5dbcff552feae2e5bf"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_REV="1"
|
2022-09-29 20:44:45 +00:00
|
|
|
PKG_ARCH="aarch64"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="GPL"
|
2022-02-14 21:15:16 +00:00
|
|
|
PKG_SITE="https://github.com/libretro/common-shaders"
|
2022-03-13 10:58:41 +00:00
|
|
|
PKG_URL="${PKG_SITE}.git"
|
2022-09-25 15:21:09 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_PRIORITY="optional"
|
2022-02-14 21:15:16 +00:00
|
|
|
PKG_SECTION="libretro"
|
|
|
|
PKG_SHORTDESC="Libretro common shaders"
|
|
|
|
PKG_LONGDESC="Libretro common shaders"
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
make_target() {
|
2022-02-14 21:15:16 +00:00
|
|
|
:
|
2022-02-05 14:23:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
makeinstall_target() {
|
2022-10-01 00:40:33 +00:00
|
|
|
mkdir -p ${INSTALL}/usr/share/common-shaders
|
|
|
|
cp -rf ${BUILD}/${PKG_NAME}-${PKG_VERSION}/* ${INSTALL}/usr/share/common-shaders/
|
2022-02-14 21:15:16 +00:00
|
|
|
rm -f ${INSTALL}/usr/share/common-shaders/{Makefile,configure}
|
2022-02-05 14:23:32 +00:00
|
|
|
}
|