Skip to content

Commit

Permalink
kodi, pvr.iptvarchive: Add support for IPTV Archive features
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-liberman committed Nov 6, 2018
1 parent fd59716 commit f3efb51
Show file tree
Hide file tree
Showing 4 changed files with 3,248 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/mediacenter/kodi-binary-addons/pvr.iptvarchive/package.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)

PKG_NAME="pvr.iptvarchive"
PKG_VERSION="c7c136afca9414808b35b4d73a365300b8af9436"
PKG_SHA256="0b244677d80ef69d4f25e741e8c1195bdfe4734dc1d15d3419daa441e3b1f3e3"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/kodi-pvr/pvr.iptvsimple/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform rapidxml zlib"
PKG_SECTION=""
PKG_SHORTDESC="pvr.iptvarchive"
PKG_LONGDESC="pvr.iptvarchive"

PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.pvrclient"

PKG_CMAKE_OPTS_TARGET="-DRAPIDXML_INCLUDE_DIRS=$(get_build_dir rapidxml)"

post_patch() {
[ -d "${PKG_BUILD}/pvr.iptvsimple" ] && mv "${PKG_BUILD}/pvr.iptvsimple" "${PKG_BUILD}/pvr.iptvarchive"
}

0 comments on commit f3efb51

Please sign in to comment.