description="Tvheadend HTSP PVR client addon for Kodi" url="https://github.com/kodi-pvr/" contributors="Remy" packager="tnut " makedepends=(kodi-platform git) name=kodi-addon-pvr-hts version=4.4.20-Leia PKGMK_KEEP_SOURCES="no" source=(https://github.com/kodi-pvr/pvr.hts/archive/$version.tar.gz) build() { cd pvr.hts-$version mkdir -pv build pushd build cmake \ -DCMAKE_INSTALL_PREFIX=$_prefix \ -DCMAKE_BUILD_TYPE=Release \ .. make popd } package() { cd pvr.hts-$version/build make DESTDIR=$PKG install }