# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit python MY_PN=xbmc MY_P="xbmc-${PV/_/-}" DESCRIPTION="Tools for command-line control of xbmc" HOMEPAGE="http://xbmc.org/" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_install() { cd "tools/EventClients" insinto "${EPREFIX}$(python_get_sitedir)" doins "lib/python/xbmcclient.py" || die newbin "Clients/XBMC Send/xbmc-send.py" xbmc-send || die }