| 1 |
# Copyright 1999-2007 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild,v 1.4 2007/11/28 20:59:47 drac Exp $
|
| 4 |
|
| 5 |
MY_P="${P/-/_}"
|
| 6 |
S="${WORKDIR}/${MY_P}"
|
| 7 |
|
| 8 |
DESCRIPTION="Wrapper for dd_rescue that can recover damaged files/partitions from block devices"
|
| 9 |
HOMEPAGE="http://www.kalysto.org/utilities/dd_rhelp/index.en.html"
|
| 10 |
SRC_URI="http://www.kalysto.org/pkg/${MY_P}.tar.gz"
|
| 11 |
|
| 12 |
LICENSE="GPL-2"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~amd64 ~mips ~x86"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
DEPEND="sys-fs/dd-rescue"
|
| 18 |
RDEPEND="${DEPEND}
|
| 19 |
sys-devel/bc"
|
| 20 |
|
| 21 |
src_install() {
|
| 22 |
emake DESTDIR="${D}" install || die "emake install failed."
|
| 23 |
dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/example.txt
|
| 24 |
}
|