mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
skin.estouchy: drop package
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
1de15e9b65
commit
87548d1409
@ -1,31 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="estouchy"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="0"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="TexturePacker:host"
|
||||
PKG_DEPENDS_UNPACK="kodi"
|
||||
PKG_SECTION="skin"
|
||||
PKG_SHORTDESC="Kodi skin Estouchy"
|
||||
PKG_LONGDESC="Kodi skin Estouchy"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Estouchy"
|
||||
PKG_ADDON_TYPE="xbmc.gui.skin"
|
||||
|
||||
make_target() {
|
||||
TexturePacker -dupecheck -input $(get_build_dir kodi)/addons/skin.estouchy/media/ -output Textures.xbt
|
||||
}
|
||||
|
||||
addon() {
|
||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}
|
||||
cp -a $(get_build_dir kodi)/addons/skin.estouchy/* ${ADDON_BUILD}/${PKG_ADDON_ID}
|
||||
rm -rf ${ADDON_BUILD}/${PKG_ADDON_ID}/media/*
|
||||
cp ${PKG_BUILD}/Textures.xbt ${ADDON_BUILD}/${PKG_ADDON_ID}/media
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user