# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI="5" ## Does not work with py3 here ## It might work with py:2.5 but I didn't test that #PYTHON_COMPAT=( python2_7 ) #PYTHON_REQ_USE="sqlite" # #inherit eutils linux-info python-single-r1 multiprocessing autotools # #CODENAME="Isengard" EGIT_REPO_URI="git://github.com/Pulse-Eight/platform.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-15.1" src_unpack() { git-r3_src_unpack } src_configure() { cmake -DCMAKE_INSTALL_PREFIX=/usr/share/kodi/addons/library.kodi.platform . }