mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
[xbmc-rebrand] xbmc-addon-xvdr: move to package 'kodi-addon-xvdr'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4060bf69d1
commit
efe648d8e5
@ -16,18 +16,18 @@
|
|||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xbmc-addon-xvdr"
|
PKG_NAME="kodi-addon-xvdr"
|
||||||
PKG_VERSION="2bf2563"
|
PKG_VERSION="2bf2563"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/pipelka/xbmc-addon-xvdr"
|
PKG_SITE="https://github.com/pipelka/xbmc-addon-xvdr"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib"
|
PKG_DEPENDS_TARGET="toolchain zlib kodi"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="mediacenter"
|
PKG_SECTION="mediacenter"
|
||||||
PKG_SHORTDESC="XVDR addon for XBMC"
|
PKG_SHORTDESC="XVDR addon for Kodi"
|
||||||
PKG_LONGDESC="This addon allows XBMC PVR to connect to the VDR server."
|
PKG_LONGDESC="This addon allows Kodi PVR to connect to the VDR server."
|
||||||
|
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
@ -20,24 +20,24 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d xbmc-addon-xvdr.git ]; then
|
if [ ! -d kodi-addon-xvdr.git ]; then
|
||||||
git clone git://github.com/pipelka/xbmc-addon-xvdr.git xbmc-addon-xvdr.git
|
git clone git://github.com/pipelka/xbmc-addon-xvdr.git kodi-addon-xvdr.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd xbmc-addon-xvdr.git
|
cd kodi-addon-xvdr.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%h`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
rm -rf xbmc-addon-xvdr-$GIT_REV
|
rm -rf kodi-addon-xvdr-$GIT_REV
|
||||||
cp -R xbmc-addon-xvdr.git xbmc-addon-xvdr-$GIT_REV
|
cp -R kodi-addon-xvdr.git kodi-addon-xvdr-$GIT_REV
|
||||||
|
|
||||||
echo "cleaning sources..."
|
echo "cleaning sources..."
|
||||||
rm -rf xbmc-addon-xvdr-$GIT_REV/.git
|
rm -rf kodi-addon-xvdr-$GIT_REV/.git
|
||||||
|
|
||||||
echo "packing sources..."
|
echo "packing sources..."
|
||||||
tar cvJf xbmc-addon-xvdr-$GIT_REV.tar.xz xbmc-addon-xvdr-$GIT_REV
|
tar cvJf kodi-addon-xvdr-$GIT_REV.tar.xz kodi-addon-xvdr-$GIT_REV
|
||||||
|
|
||||||
echo "remove temporary sourcedir..."
|
echo "remove temporary sourcedir..."
|
||||||
rm -rf xbmc-addon-xvdr-$GIT_REV
|
rm -rf kodi-addon-xvdr-$GIT_REV
|
Loading…
x
Reference in New Issue
Block a user