# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="RPM based distributions bootstrap scripts" HOMEPAGE="http://www.xen-tools.org/software/rinse" SRC_URI="http://www.xen-tools.org/software/rinse/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND=" app-arch/rpm dev-perl/libwww-perl" src_install() { emake PREFIX="${D}" install || die "install failed" }