summaryrefslogtreecommitdiff
blob: dd73b48c5c69700a9cefdaa750f151502cd7c7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Tool for recovering lost files"
HOMEPAGE=""
SRC_URI="${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="sys-fs/e2fsprogs
		dev-lang/perl"
RDEPEND=${DEPEND}


src_compile() {
	#the default src_compile does not work for a reason unknown
	#please feel to investigate
	./configure || die "Configure failed"
	make || die "make failed"
}

src_install() {
	einstall || die "einstall failed"
	dodoc README THANKS || die "missing docs"
}