# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit subversion DESCRIPTION="Open-source multiplatform clone of XenCenter" HOMEPAGE="http://sourceforge.net/projects/openxenmanager/" ESVN_REPO_URI="svn://svn.code.sf.net/p/openxenmanager/code/trunk/" LICENSE="GPL-2+" SLOT="0" IUSE="" #KEYWORDS="~x86" DEPEND=" >=dev-python/pygtk-2.16 net-libs/gtk-vnc[python] " RDEPEND="${DEPEND}" src_prepare() { subversion_src_prepare } src_install() { dodir /usr/lib/openxenmanager || die cp -R "${S}/"* -t "${D}/usr/lib/openxenmanager/" || die insinto /usr/lib/openxenmanager doins "${FILESDIR}/openxenmanager.png" || die insinto /usr/share/applications doins "${FILESDIR}/openxenmanager.desktop" || die dobin "${FILESDIR}/openxenmanager" || die }