mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: testdisk-6.13.
This commit is contained in:
parent
b0dd663349
commit
b8b97249e2
2 changed files with 42 additions and 0 deletions
35
srcpkgs/testdisk/template
Normal file
35
srcpkgs/testdisk/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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
|
7
srcpkgs/testdisk/testdisk.rshlibs
Normal file
7
srcpkgs/testdisk/testdisk.rshlibs
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue