clean cvs header
[gentoo-zh.git] / dev-util / rinse / rinse-1.7.ebuild
blob0accf2d19dd643a96386d88e6b1979aa2fe04bf8
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 DESCRIPTION="RPM based distributions bootstrap scripts"
5 HOMEPAGE="http://www.xen-tools.org/software/rinse"
6 SRC_URI="http://www.xen-tools.org/software/rinse/${P}.tar.gz"
8 LICENSE="GPL-2"
9 SLOT="0"
10 KEYWORDS="~amd64 ~x86"
11 IUSE=""
13 DEPEND=""
14 RDEPEND="
15 app-arch/rpm
16 dev-perl/libwww-perl"
18 src_install() {
19 emake PREFIX="${D}" install || die "install failed"