# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Multiplataform tool to check and undelete partition, supports reiserfs, ntfs, fat32, ext2/3 and many others" HOMEPAGE="http://www.cgsecurity.org/index.html?testdisk.html" SRC_URI=http://www.cgsecurity.org/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=sys-fs/ntfsprogs-1.9.0 >=sys-fs/reiserfsprogs-3.6.13 >=sys-fs/e2fsprogs-1.35" src_compile() { econf || die emake || die } src_install() { einstall || die }