mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #6828 from CvH/11.0/estouchy-fix
estouchy: build standalone
This commit is contained in:
commit
8e0ca9ec0e
@ -8,7 +8,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="kodi"
|
||||
PKG_DEPENDS_TARGET="TexturePacker:host"
|
||||
PKG_DEPENDS_UNPACK="kodi"
|
||||
PKG_SECTION="skin"
|
||||
PKG_SHORTDESC="Kodi skin Estouchy"
|
||||
PKG_LONGDESC="Kodi skin Estouchy"
|
||||
@ -18,7 +19,13 @@ 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_install_dir kodi)/.noinstall/skin.estouchy/* ${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