# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="DeltaRPM Utilities" HOMEPAGE="ftp://ftp.suse.com/pub/projects/deltarpm/" SRC_URI="ftp://ftp.suse.com/pub/projects/deltarpm/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="app-arch/rpm" RDEPEND="dev-lang/perl dev-perl/Compress-Zlib" S=${WORKDIR}/${P} src_compile() { epatch ${FILESDIR}/deltarpm-noISO.patch emake prefix=/usr|| die "emake failed" } src_install() { make DESTDIR=${D} prefix=/usr install || die }