# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Wrapper for dd_rescue that can recover damaged files/partitions from block devices" HOMEPAGE="http://www.kalysto.org/utilities/dd_rhelp/index.en.html" SRC_URI="http://www.kalysto.org/pkg/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc ~amd64 ~ppc" IUSE="" RDEPEND="sys-fs/dd-rescue" src_compile() { econf || die "econf failed" emake || die "emake failed" sed -i 's/"${TAIL}"/"${TAIL}" -n/g' dd_rhelp || die "sed command failed" } src_install() { dodoc README TODO THANKS NEWS FAQ ChangeLog AUTHORS dobin dd_rhelp }