# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="xen-tools-${PV}" DESCRIPTION="Tools to help create domU Xen instances" HOMEPAGE="http://www.xen-tools.org" SRC_URI="http://www.xen-tools.org/software/xen-tools/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="rpm" DEPEND="dev-perl/text-template dev-perl/Config-IniFiles dev-util/debootstrap rpm? ( dev-util/rinse )" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_install() { emake prefix="${D}" install || die "install failed" }