# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI="5" CODENAME="Isengard" EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.hts.git" inherit git-r3 DESCRIPTION="Kodi is a free and open source media-player and entertainment hub" HOMEPAGE="http://kodi.tv/ http://kodi.wiki/" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND="dev-util/cmake media-tv/kodi-platform" src_unpack() { git-r3_src_unpack git checkout ${CODENAME} } src_configure() { cmake -DCMAKE_INSTALL_PREFIX=/usr/share/kodi/addons/pvr.hts \ -Dkodiplatform_DIR=/usr/share/kodi/addons/kodi.platform/lib/kodiplatform \ -Dplatform_DIR=/usr/share/kodi/addons/library.kodi.platform/lib/platform \ . }