# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.3.ebuild,v 1.2 2009/05/27 15:30:45 scarabeus Exp $ EAPI=2 inherit autotools DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files." HOMEPAGE="http://safecopy.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="" src_prepare() { eautoreconf } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc README || die "dodoc failed" }