diff --git a/srcpkgs/testdisk/template b/srcpkgs/testdisk/template new file mode 100644 index 00000000000..e347b68dad7 --- /dev/null +++ b/srcpkgs/testdisk/template @@ -0,0 +1,35 @@ +# Template file for 'testdisk' +pkgname=testdisk +version=6.13 +distfiles="http://www.cgsecurity.org/$pkgname-$version.tar.bz2" +build_style=gnu-configure +configure_args="--without-ewf --enable-sudo" +short_desc="Powerful free data recovery software" +maintainer="Juan RP " +license="GPL-2" +checksum=48275ccddfc9445b6c3e6e181728dae9e49bd25b824a6b5670d58f1f88cdf220 +long_desc=" + TestDisk is a powerful free data recovery software! It was primarily designed + to help recover lost partitions and/or make non-booting disks bootable again + when these symptoms are caused by faulty software, certain types of viruses + or human error (such as accidentally deleting a Partition Table). + Partition table recovery using TestDisk is really easy. + + TestDisk can: + Fix partition table, recover deleted partition + Recover FAT32 boot sector from its backup + Rebuild FAT12/FAT16/FAT32 boot sector + Fix FAT tables + Rebuild NTFS boot sector + Recover NTFS boot sector from its backup + Fix MFT using MFT mirror + Locate ext2/ext3/ext4 Backup SuperBlock + Undelete files from FAT, exFAT, NTFS and ext2 filesystem + Copy files from deleted FAT, exFAT, NTFS and ext2/ext3/ext4 partitions." + +Add_dependency full sudo +Add_dependency build jpeg-devel +Add_dependency build libuuid-devel +Add_dependency build e2fsprogs-devel +Add_dependency build openssl-devel +Add_dependency build ntfs-3g-devel diff --git a/srcpkgs/testdisk/testdisk.rshlibs b/srcpkgs/testdisk/testdisk.rshlibs new file mode 100644 index 00000000000..86ebde6e437 --- /dev/null +++ b/srcpkgs/testdisk/testdisk.rshlibs @@ -0,0 +1,7 @@ +libncursesw.so.6 +libuuid.so.1 +libntfs-3g.so.81 +libext2fs.so.2 +libc.so.6 +libjpeg.so.8 +libz.so.1